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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 16f30b4c0 [LANG-1819] Javadoc ArrayUtils.removeAll() null input
behavior
16f30b4c0 is described below
commit 16f30b4c0fa04c49ab54a02224b47ed7aed2d467
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 6 15:10:34 2026 -0500
[LANG-1819] Javadoc ArrayUtils.removeAll() null input behavior
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a789119ab..454100c54 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -120,6 +120,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Mohammad
Bireybi, Gary Gregory">[Javadoc] Add usage examples to CharSet.contains(char)
#1605.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">CharSet now maintains iteration order.</action>
<action issue="LANG-771" type="fix" dev="ggregory" due-to="Ryan Holmes,
Makarand Hinge, Gary Gregory">DateUtils.ceiling does not behave correctly for
dates on the boundaries.</action>
+ <action issue="LANG-1819" type="fix" dev="ggregory" due-to="Partha Protim
Paul, Gary Gregory">[LANG-] Javadoc ArrayUtils.removeAll() null input behavior
#1614.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>