Add generic Javadoc parameter
This commit is contained in:
parent
2b29deb2de
commit
6b4395088e
|
@ -30,7 +30,7 @@ package org.apache.commons.collections4;
|
||||||
* or, not, method invocation and null testing.
|
* or, not, method invocation and null testing.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param <T> the type that the predicate queries
|
* @param <T> the type of the input to the predicate.
|
||||||
*
|
*
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
* @deprecated Use {@link java.util.function.Predicate}.
|
* @deprecated Use {@link java.util.function.Predicate}.
|
||||||
|
|
Loading…
Reference in New Issue