diff --git a/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java b/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java index 6cd60db7b..3348cbba4 100644 --- a/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java +++ b/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java @@ -24,6 +24,7 @@ import org.apache.commons.collections4.Predicate; /** * Predicate implementation that always throws an exception. * + * @param the type of the input to the predicate. * @since 3.0 */ public final class ExceptionPredicate implements Predicate, Serializable {