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 ec0fb90e1 Typo ec0fb90e1 is described below commit ec0fb90e1e0ef0501b0eec6e777fbb7481f11ffa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Mar 27 09:22:08 2025 -0400 Typo --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9bf82e908..6a1f2380a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -222,7 +222,7 @@ Migrate Map tests to JUnit 5 assertions #391. </action> <action issue="COLLECTIONS-835" type="fix" dev="kinow" due-to="Marc Wrobel"> - Fix links in javadoc and documentations #325. + Fix links in Javadoc and documentations #325. </action> <action type="fix" dev="aherbert" due-to="Partha Protim Paul"> Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.