Javadoc: Close HTML tags

This commit is contained in:
Gary Gregory 2024-10-18 11:37:07 -04:00
parent cc94a9d433
commit 78648c4404
1 changed files with 2 additions and 0 deletions

View File

@ -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