Add generic Javadoc parameter

This commit is contained in:
Gary Gregory 2024-06-23 08:42:37 -04:00
parent 2b29deb2de
commit 6b4395088e
1 changed files with 1 additions and 1 deletions

View File

@ -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}.