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 25adf415c Normalize Javadoc spelling
25adf415c is described below
commit 25adf415c4acb943310def123b5d6c0e61c8c0e5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 15 10:10:32 2026 -0500
Normalize Javadoc spelling
---
src/changes/changes.xml | 4 ++--
src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt | 2 +-
src/site/resources/release-notes/RELEASE-NOTES-3.8.txt | 2 +-
src/site/resources/release-notes/RELEASE-NOTES-3.9.txt | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 90f3706bb..8de3b8128 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -564,7 +564,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1669" type="fix" dev="ggregory" due-to="Andrew
Thomas">OpenJDK 16 Day Period Parsing #791.</action>
<action issue="LANG-1663" type="fix" dev="ggregory" due-to="Andrew
Thomas">Update documentation to list correct exception for null array
parameters #785.</action>
<action type="fix" dev="ggregory"
due-to="Thunderforge">Fixing reversed Javadoc descriptions in StopWatch
#781.</action>
- <action issue="LANG-1670" type="fix" dev="ggregory" due-to="Igor
Shuvalov">Fix typos in JavaDoc #795.</action>
+ <action issue="LANG-1670" type="fix" dev="ggregory" due-to="Igor
Shuvalov">Fix typos in Javadoc #795.</action>
<action type="fix" dev="ggregory" due-to="Arturo
Bernal">Simplify assertions with equivalent but more simple. #792.</action>
<action type="fix" dev="ggregory" due-to="Arturo
Bernal">Avoid multiple equivalent occurrences of the same expression.
#797.</action>
<action type="fix" dev="ggregory" due-to="Arturo
Bernal">Remove redundant initializers #800.</action>
@@ -987,7 +987,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1370" type="fix" dev="kinow" due-to="Andre Dieb">Fix
EventCountCircuitBreaker increment batch</action>
<action issue="LANG-1385" type="fix" dev="ggregory" due-to="Rohan
Padhye">NumberUtils.createNumber() throws StringIndexOutOfBoundsException
instead of NumberFormatException</action>
<action issue="LANG-1397" type="fix" dev="ggregory" due-to="Takanobu
Asanuma">WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength
is Integer.MAX_VALUE.</action>
- <action issue="LANG-1401" type="fix" dev="pschumacher" due-to="Roman
Golyshev, Alex Mamedov">Typo in JavaDoc for lastIndexOf</action>
+ <action issue="LANG-1401" type="fix" dev="pschumacher" due-to="Roman
Golyshev, Alex Mamedov">Typo in Javadoc for lastIndexOf</action>
<action issue="LANG-1367" type="update" dev="ggregory" due-to="Gary
Gregory">ObjectUtils.identityToString(Object) and friends should allocate
builders and buffers with a size</action>
<action issue="LANG-1352" type="add" dev="pschumacher" due-to="Ruslan
Sibgatullin">EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods
added</action>
<action issue="LANG-1372" type="add" dev="pschumacher" due-to="Sérgio
Ozaki">Add ToStringSummary annotation</action>
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
b/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
index d1eea66d2..f0c4c9ace 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
@@ -107,7 +107,7 @@ o LANG-1371: Fix TypeUtils#parameterize to work correctly
with narrower-typed ar
o LANG-1370: Fix EventCountCircuitBreaker increment batch Thanks to Andre Dieb.
o LANG-1385: NumberUtils.createNumber() throws StringIndexOutOfBoundsException
instead of NumberFormatException Thanks to Rohan Padhye.
o LANG-1397: WordUtils.wrap throws StringIndexOutOfBoundsException when
wrapLength is Integer.MAX_VALUE. Thanks to Takanobu Asanuma.
-o LANG-1401: Typo in JavaDoc for lastIndexOf Thanks to Roman Golyshev, Alex
Mamedov.
+o LANG-1401: Typo in Javadoc for lastIndexOf Thanks to Roman Golyshev, Alex
Mamedov.
Changes:
o LANG-1367: ObjectUtils.identityToString(Object) and friends should allocate
builders and buffers with a size Thanks to Gary Gregory.
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
b/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
index dffb324ac..d43b92e46 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
@@ -66,7 +66,7 @@ o LANG-1371: Fix TypeUtils#parameterize to work correctly
with narrower-typed ar
o LANG-1370: Fix EventCountCircuitBreaker increment batch Thanks to Andre Dieb.
o LANG-1385: NumberUtils.createNumber() throws StringIndexOutOfBoundsException
instead of NumberFormatException Thanks to Rohan Padhye.
o LANG-1397: WordUtils.wrap throws StringIndexOutOfBoundsException when
wrapLength is Integer.MAX_VALUE. Thanks to Takanobu Asanuma.
-o LANG-1401: Typo in JavaDoc for lastIndexOf Thanks to Roman Golyshev, Alex
Mamedov.
+o LANG-1401: Typo in Javadoc for lastIndexOf Thanks to Roman Golyshev, Alex
Mamedov.
Changes:
o LANG-1367: ObjectUtils.identityToString(Object) and friends should allocate
builders and buffers with a size Thanks to Gary Gregory.
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
b/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
index 7c14e438e..55ae677bb 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
@@ -130,7 +130,7 @@ o LANG-1371: Fix TypeUtils#parameterize to work correctly
with narrower-typed ar
o LANG-1370: Fix EventCountCircuitBreaker increment batch Thanks to Andre Dieb.
o LANG-1385: NumberUtils.createNumber() throws StringIndexOutOfBoundsException
instead of NumberFormatException Thanks to Rohan Padhye.
o LANG-1397: WordUtils.wrap throws StringIndexOutOfBoundsException when
wrapLength is Integer.MAX_VALUE. Thanks to Takanobu Asanuma.
-o LANG-1401: Typo in JavaDoc for lastIndexOf Thanks to Roman Golyshev, Alex
Mamedov.
+o LANG-1401: Typo in Javadoc for lastIndexOf Thanks to Roman Golyshev, Alex
Mamedov.
Changes:
o LANG-1367: ObjectUtils.identityToString(Object) and friends should allocate
builders and buffers with a size Thanks to Gary Gregory.