Skip to content

Commit 17d5b97

Browse files
committed
[LANG-1820][javadoc] Fix ObjectUtils.anyNull(Object) for empty arrays
1 parent 1d25499 commit 17d5b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ The <action> type attribute can be add,update,fix,remove.
123123
<action issue="LANG-1819" type="fix" dev="ggregory" due-to="Partha Protim Paul, Gary Gregory">[LANG-] Javadoc ArrayUtils.removeAll() null input behavior #1614.</action>
124124
<action issue="LANG-1813" type="fix" dev="ggregory" due-to="Ivan Ponomarev, Gary Gregory">ArrayUtils#hashCode() Javadoc incorrectly states “null returns zero” (actual result is 629).</action>
125125
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate Validate.Validate().</action>
126+
<action type="fix" dev="ggregory" due-to="Partha Paul, Gary Gregory" issue="LANG-1820">[javadoc] Fix ObjectUtils.anyNull(Object) for empty arrays.</action>
126127
<!-- ADD -->
127128
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
128129
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)