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 3b1775be9 Javadoc: Close HTML tags 3b1775be9 is described below commit 3b1775be904c48f9376047d6d2630e72957f3d54 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 11:38:14 2024 -0400 Javadoc: Close HTML tags --- .../java/org/apache/commons/collections4/functors/AnyPredicate.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java b/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java index fbfb264d8..bd421c093 100644 --- a/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java +++ b/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java @@ -42,6 +42,7 @@ public final class AnyPredicate<T> extends AbstractQuantifierPredicate<T> { * <p> * If the collection is size zero, the predicate always returns false. * If the collection is size one, then that predicate is returned. + * </p> * * @param <T> the type that the predicate queries * @param predicates the predicates to check, cloned, not null @@ -66,6 +67,7 @@ public final class AnyPredicate<T> extends AbstractQuantifierPredicate<T> { * <p> * If the array is size zero, the predicate always returns false. * If the array is size one, then that predicate is returned. + * </p> * * @param <T> the type that the predicate queries * @param predicates the predicates to check, cloned, not null