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 8f6f7f88d [javadoc] Fix incorrect exception type in CharUtils Javadoc
examples #1563
8f6f7f88d is described below
commit 8f6f7f88db031a20a06a2217f38884bbf2370927
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 11 08:49:20 2026 -0500
[javadoc] Fix incorrect exception type in CharUtils Javadoc
examples #1563
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f44747c44..9f217d5fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1749" type="fix" dev="ggregory" due-to="jinwoo choi,
Gary Gregory, YuMing Ma, Ivan Šarić">TypeUtils.isAssignable returns a wrong
result for ParameterizedType when raw class is "Class" #1548.</action>
<action issue="LANG-1700" type="fix" dev="ggregory" due-to="seokhyeon
moon, Gary Gregory, Ivan Šarić">Improve handling of parameterized types and
variable unrolling.</action>
<action issue="LANG-1811" type="fix" dev="ggregory" due-to="Raju Gupta,
Gary Gregory">ArrayUtils.shuffle() throws NullPointerException for null array
input.</action>
+ <action type="fix" dev="ggregory" due-to="Dennis Ginter,
Gary Gregory">[javadoc] Fix incorrect exception type in CharUtils Javadoc
examples #1563.</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>