This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 78648c440 Javadoc: Close HTML tags 78648c440 is described below commit 78648c4404f27d3521914c9a41d981508516a50d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 11:37:07 2024 -0400 Javadoc: Close HTML tags --- .../java/org/apache/commons/collections4/functors/NonePredicate.java | 2 ++ 1 file changed, 2 insertions(+) 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<T> extends AbstractQuantifierPredicate<T> { * Factory to create the predicate. * <p> * If the collection is size zero, the predicate always returns true. + * </p> * * @param <T> the type that the predicate queries * @param predicates the predicates to check, cloned, not null @@ -60,6 +61,7 @@ public final class NonePredicate<T> extends AbstractQuantifierPredicate<T> { * Factory to create the predicate. * <p> * If the array is size zero, the predicate always returns true. + * </p> * * @param <T> the type that the predicate queries * @param predicates the predicates to check, cloned, not null