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 4a0136049 Javadoc: Close HTML tags
4a0136049 is described below

commit 4a0136049495778b8cb90f667d47bbce6fbccbd2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 18 11:38:32 2024 -0400

    Javadoc: Close HTML tags
---
 src/main/java/org/apache/commons/collections4/functors/OnePredicate.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 
b/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java
index 2c5853fdf..370e66c5d 100644
--- a/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java
+++ b/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java
@@ -56,6 +56,7 @@ public final class OnePredicate<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

Reply via email to