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 9213396e6 Javadoc
9213396e6 is described below

commit 9213396e69133e8ffff41b4abe44d6ffb8b59999
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 18:35:13 2026 -0500

    Javadoc
---
 .../org/apache/commons/collections4/functors/AbstractPredicate.java     | 2 +-
 .../commons/collections4/functors/AbstractQuantifierPredicate.java      | 2 +-
 src/main/java/org/apache/commons/collections4/sequence/EditCommand.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/collections4/functors/AbstractPredicate.java 
b/src/main/java/org/apache/commons/collections4/functors/AbstractPredicate.java
index 34a824df6..d091bd632 100644
--- 
a/src/main/java/org/apache/commons/collections4/functors/AbstractPredicate.java
+++ 
b/src/main/java/org/apache/commons/collections4/functors/AbstractPredicate.java
@@ -19,7 +19,7 @@ package org.apache.commons.collections4.functors;
 import org.apache.commons.collections4.Predicate;
 
 /**
- * Abstrac class for predicates.
+ * Abstract class for predicates.
  *
  * @param <T> the type of the input to the predicate.
  * @since 4.5.0-M3
diff --git 
a/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java
 
b/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java
index cd0ee6219..062799ddf 100644
--- 
a/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java
+++ 
b/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java
@@ -21,7 +21,7 @@ import java.io.Serializable;
 import org.apache.commons.collections4.Predicate;
 
 /**
- * Abstrac class for quantification predicates, for example All, Any, None.
+ * Abstract class for quantification predicates, for example All, Any, None.
  *
  * @param <T> the type of the input to the predicate.
  * @since 4.0
diff --git 
a/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java 
b/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java
index 0c7601419..8e3d92d8c 100644
--- a/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java
+++ b/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java
@@ -17,7 +17,7 @@
 package org.apache.commons.collections4.sequence;
 
 /**
- * Abstrac class for all commands used to transform an objects sequence
+ * Abstract class for all commands used to transform an objects sequence
  * into another one.
  * <p>
  * When two objects sequences are compared through the

Reply via email to