diff --git a/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java b/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java index 2b3b07e40e..a8b3489141 100644 --- a/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java +++ b/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java @@ -26,6 +26,7 @@ * Predicate implementation that returns true the first time an object is * passed into the predicate. * + * @param the type of the input to the predicate. * @since 3.0 */ public final class UniquePredicate implements Predicate, Serializable {