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 f3be118a7 Fix Javadoc comma spacing #1538
f3be118a7 is described below
commit f3be118a7150ae078ee1a9f1995cbd8e3fae629c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 15:45:42 2025 -0500
Fix Javadoc comma spacing #1538
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7389a3f5b..6f176efe6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Speedup CharSequenceUtils.toCharArray(CharSequence) for StringBuffer
input: 300-4,250% improvement (4-44x faster), see
CharSequenceUtilsBenchmark.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Speedup CharSequenceUtils.toCharArray(CharSequence) for String input:
~1-2% improvement (essentially identical).</action>
<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>
<!-- 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>