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 97acf62091d275188c71a841fb754bbf978a67be
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 08:42:40 2024 -0400

    Add generic Javadoc parameter
---
 .../org/apache/commons/collections4/functors/ComparatorPredicate.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java
 
b/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java
index 7b9846ef3..265a967fa 100644
--- 
a/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java
+++ 
b/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java
@@ -74,6 +74,7 @@ import org.apache.commons.collections4.Predicate;
  * using the {@code GREATER} evaluation criterion constant. This instructs the 
predicate to
  * return {@code true} if the comparator returns a value greater than {@code 
0}.</p>
  *
+ * @param <T> the type of the input to the predicate.
  * @since 4.0
  */
 public class ComparatorPredicate<T> implements Predicate<T>, Serializable {

Reply via email to