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 fdca93ea5 [LANG-1793] Fix Javadoc description in
CharUtils.isAsciiAlphanumeric() #1501
fdca93ea5 is described below
commit fdca93ea558fc57d38c83e0b4be4d268dda3a540
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 25 14:11:20 2025 -0500
[LANG-1793] Fix Javadoc description in
CharUtils.isAsciiAlphanumeric() #1501
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2d04c9625..1f1d2c3af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: TypeUtils.java:[361,33] non-varargs call
of varargs method with inexact argument type for last parameter.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: ReflectionDiffBuilderTest.java:[172,52]
non-varargs call of varargs method with inexact argument type for last
parameter.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix Apache RAT plugin console warnings.</action>
+ <action issue="LANG-1793" type="fix" dev="ggregory" due-to="IcoreE">Fix
Javadoc description in CharUtils.isAsciiAlphanumeric() #1501.</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>