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 8a4a15068 Simplify literal assignments in ArrayFillTest #1567
8a4a15068 is described below
commit 8a4a150681323151e5adbcecaf6e7e486828ac4a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 07:59:25 2026 -0500
Simplify literal assignments in ArrayFillTest #1567
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49d9ed022..ee77ab064 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Dennis Ginter,
Gary Gregory">[javadoc] Fix incorrect exception type in CharUtils Javadoc
examples #1563.</action>
<action issue="LANG-1806" type="fix" dev="ggregory" due-to="Dennis Ginter,
Gary Gregory">[javadoc] Fix incorrect class names in RegExUtils Javadoc
examples #1564.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Jagdish Singh Bisht">NumberUtils.isParsable("1.f") should return true
#1560.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
David Du">Simplify literal assignments in ArrayFillTest #1567.</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>