Skip to content

Commit 9213396

Browse files
committed
Javadoc
1 parent 2bed7c7 commit 9213396

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/org/apache/commons/collections4/functors/AbstractPredicate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.apache.commons.collections4.Predicate;
2020

2121
/**
22-
* Abstrac class for predicates.
22+
* Abstract class for predicates.
2323
*
2424
* @param <T> the type of the input to the predicate.
2525
* @since 4.5.0-M3

src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.apache.commons.collections4.Predicate;
2222

2323
/**
24-
* Abstrac class for quantification predicates, for example All, Any, None.
24+
* Abstract class for quantification predicates, for example All, Any, None.
2525
*
2626
* @param <T> the type of the input to the predicate.
2727
* @since 4.0

src/main/java/org/apache/commons/collections4/sequence/EditCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.apache.commons.collections4.sequence;
1818

1919
/**
20-
* Abstrac class for all commands used to transform an objects sequence
20+
* Abstract class for all commands used to transform an objects sequence
2121
* into another one.
2222
* <p>
2323
* When two objects sequences are compared through the

0 commit comments

Comments
 (0)