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 facd363b6 [LANG-1800] Incorrect grammar and unclear wording in
RandomStringUtils#random method #1520
facd363b6 is described below
commit facd363b6eac2ee1c37c3de88fa6ac8746811c16
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 9 10:17:19 2025 -0500
[LANG-1800] Incorrect grammar and unclear wording in
RandomStringUtils#random method #1520
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 245ff6d7d..f6bd5dc72 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary
Gregory">Make private static variables final in RandomStringUtils
#1513.</action>
<action type="fix" dev="ggregory" due-to="David Du, Gary
Gregory">Speed up StringUtils.getDigits(String) #1515.</action>
<action type="fix" dev="ggregory" due-to="David Du, Gary
Gregory">Remove redundant length check in StringUtils.isBlank(CharSequence)
#1516.</action>
+ <action issue="LANG-1800" type="fix" dev="ggregory"
due-to="IcoreE">Incorrect grammar and unclear wording in
RandomStringUtils#random method #1520.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93
#1498.</action>