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 8eff0a406 [LANG-1448J Javadoc: Normalize some varargs examples
8eff0a406 is described below
commit 8eff0a40639a3c010b2bf720ccf89f49844de067
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 24 08:48:36 2025 -0500
[LANG-1448J Javadoc: Normalize some varargs examples
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 830b25dff..262141d85 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Streamline StringUtils.truncate(String, int, int).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
sekharchowdary774">Fix Javadoc comma spacing #1538.</action>
<action issue="LANG-1807" type="fix" dev="ggregory" due-to="Zhongxin Yan,
Gary Gregory">Make private static variables final in RandomUtils.</action>
+ <action issue="LANG-1448" type="fix" dev="ggregory" due-to="David W.
Burhans, Gary Gregory, kamGP92">Javadoc: Normalize some varargs
examples.</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>