This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit 9c272cc6615522afac1a3e6d2c8aca529f08d429 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 1 07:47:53 2026 -0400 Javadoc --- .../commons/collections4/collection/AbstractCollectionDecorator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java b/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java index 348c19d3a..e6d0f8587 100644 --- a/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java +++ b/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java @@ -53,7 +53,7 @@ import java.util.function.Predicate; * AbstractListDecorator, to preserve equality behavior, or override equals directly. * </p> * - * @param <E> The type of the elements in the collection + * @param <E> The type of the elements in the collection. * @since 3.0 */ public abstract class AbstractCollectionDecorator<E>
