Javadoc @see tags do not need to use a FQCN for classes in java.lang
This commit is contained in:
parent
0f3ad2284e
commit
b605686f52
|
@ -149,8 +149,8 @@ public class ComparatorPredicate<T> implements Predicate<T>, Serializable {
|
|||
* <li>{@code comparator.compare(object, input) <= 0 && criterion == LESS_OR_EQUAL}</li>
|
||||
* </ul>
|
||||
*
|
||||
* @see org.apache.commons.collections4.Predicate#evaluate(java.lang.Object)
|
||||
* @see java.util.Comparator#compare(java.lang.Object first, java.lang.Object second)
|
||||
* @see org.apache.commons.collections4.Predicate#evaluate(Object)
|
||||
* @see java.util.Comparator#compare(Object first, Object second)
|
||||
*
|
||||
* @param target the target object to compare to
|
||||
* @return {@code true} if the comparison succeeds according to the selected criterion
|
||||
|
|
Loading…
Reference in New Issue