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 ba48e2013 Normalize Javadoc spelling
ba48e2013 is described below
commit ba48e2013f589f86b506a312093d12128160e2b6
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 15 10:07:46 2026 -0500
Normalize Javadoc spelling
---
RELEASE-NOTES.txt | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index d615e65a9..473141ccf 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -266,7 +266,7 @@ Fixed Bugs
* COLLECTIONS-836: Correct test of BidiMap to optionally ignore testing the
key set matches the values order.
Ordering is not specified for some BidiMaps such as
DualHashBidiMaps. Thanks to Anant Dahiya.
* COLLECTIONS-737: Return 0 immediately if the given iterable is null in
IterableUtils#size. Update tests. Thanks to Prodigysov.
-* COLLECTIONS-697: JavaDoc for FixedSizeList should warn that modifying
underlying list is still allowed and is not prevented Thanks to Ranjan George.
+* COLLECTIONS-697: Javadoc for FixedSizeList should warn that modifying
underlying list is still allowed and is not prevented Thanks to Ranjan George.
* Fill in some map test cases #104. Thanks to dota17.
* COLLECTIONS-738: Remove the redundant assertNull in IterableUtilsTest.find
and update Javadocs. Thanks to Pengyu Nie.
* COLLECTIONS-724: Simplify two remove-if loops #77. Thanks to Eitan Adler.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 112809f79..6c2ee7d99 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -272,7 +272,7 @@
Return 0 immediately if the given iterable is null in
IterableUtils#size. Update tests.
</action>
<action issue="COLLECTIONS-697" dev="eax" type="fix" due-to="Ranjan
George">
- JavaDoc for FixedSizeList should warn that modifying underlying list is
still allowed and is not prevented
+ Javadoc for FixedSizeList should warn that modifying underlying list is
still allowed and is not prevented
</action>
<action dev="ggregory" type="fix" due-to="dota17">
Fill in some map test cases #104.