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

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

diff --git 
a/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java
 
b/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java
index 6cd60db7b..3348cbba4 100644
--- 
a/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java
+++ 
b/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java
@@ -24,6 +24,7 @@ import org.apache.commons.collections4.Predicate;
 /**
  * Predicate implementation that always throws an exception.
  *
+ * @param <T> the type of the input to the predicate.
  * @since 3.0
  */
 public final class ExceptionPredicate<T> implements Predicate<T>, Serializable 
{

Reply via email to