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 105413ddf Fix typos in Javadoc and comments 105413ddf is described below commit 105413ddf7ec57a35870176fba8911f3150be17b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 15 09:28:39 2025 -0500 Fix typos in Javadoc and comments --- .../org/apache/commons/collections4/collection/CompositeCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java b/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java index a24dacda3..0c2724c4c 100644 --- a/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java +++ b/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java @@ -224,7 +224,7 @@ public class CompositeCollection<E> implements Collection<E>, Serializable { } /** - * Removes all of the elements from this collection . + * Removes all of the elements from this collection. * <p> * This implementation calls {@code clear()} on each collection. * </p>