diff --git a/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java b/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java index 64f4de8d4..a8b15b3af 100644 --- a/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java +++ b/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java @@ -41,6 +41,7 @@ public final class NonePredicate extends AbstractQuantifierPredicate { * Factory to create the predicate. *

* If the collection is size zero, the predicate always returns true. + *

* * @param the type that the predicate queries * @param predicates the predicates to check, cloned, not null @@ -60,6 +61,7 @@ public final class NonePredicate extends AbstractQuantifierPredicate { * Factory to create the predicate. *

* If the array is size zero, the predicate always returns true. + *

* * @param the type that the predicate queries * @param predicates the predicates to check, cloned, not null