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

commit 6b4395088e2e4d7ad5777036bfcd246ccf7bafe8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 08:42:37 2024 -0400

    Add generic Javadoc parameter
---
 src/main/java/org/apache/commons/collections4/Predicate.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/collections4/Predicate.java 
b/src/main/java/org/apache/commons/collections4/Predicate.java
index b853a19f3..2403ca061 100644
--- a/src/main/java/org/apache/commons/collections4/Predicate.java
+++ b/src/main/java/org/apache/commons/collections4/Predicate.java
@@ -30,7 +30,7 @@ package org.apache.commons.collections4;
  * or, not, method invocation and null testing.
  * </p>
  *
- * @param <T> the type that the predicate queries
+ * @param <T> the type of the input to the predicate.
  *
  * @since 1.0
  * @deprecated Use {@link java.util.function.Predicate}.

Reply via email to