diff --git a/src/main/java/org/apache/commons/collections4/functors/PredicateDecorator.java b/src/main/java/org/apache/commons/collections4/functors/PredicateDecorator.java index 2b375818e..8cf269913 100644 --- a/src/main/java/org/apache/commons/collections4/functors/PredicateDecorator.java +++ b/src/main/java/org/apache/commons/collections4/functors/PredicateDecorator.java @@ -24,6 +24,7 @@ import org.apache.commons.collections4.Predicate; * This interface enables tools to access the decorated predicates. *

* + * @param the type of the input to the predicate. * @since 3.1 */ public interface PredicateDecorator extends Predicate {