Add generic Javadoc parameter
This commit is contained in:
parent
405ad435e5
commit
1a10083dfa
|
@ -23,6 +23,7 @@ import org.apache.commons.collections4.Predicate;
|
|||
/**
|
||||
* Predicate implementation that always returns false.
|
||||
*
|
||||
* @param <T> the type of the input to the predicate.
|
||||
* @since 3.0
|
||||
*/
|
||||
public final class FalsePredicate<T> implements Predicate<T>, Serializable {
|
||||
|
|
Loading…
Reference in New Issue