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 12c71a019 Fix Javadoc in StringUtils.splitPreserveAllTokens() #1251
12c71a019 is described below

commit 12c71a019faf874e22be3890b5687d757864755f
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Jul 25 19:38:00 2024 -0400

    Fix Javadoc in StringUtils.splitPreserveAllTokens() #1251
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b86596a2c..15c1a958b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1745" type="fix" dev="ggregory" due-to="Wang Hailong, 
Gary Gregory">RandomStringUtils.random() with a negative character index should 
throw IllegalArgumentException.</action>
     <action issue="LANG-1741" type="fix" dev="ggregory" due-to="Wang Hailong, 
Gary Gregory">LocaleUtils.toLocale(String) cannot parse four segments.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Use fewer intermediary strings in 
DefaultExceptionContext.getFormattedExceptionMessage(String).</action>
+    <action                   type="fix" dev="ggregory" due-to="Václav 
Haisman">Fix Javadoc in StringUtils.splitPreserveAllTokens() #1251.</action> 
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add StopWatch.getSplitDuration() and deprecate getSplitTime().</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add StopWatch.getStartInstant() and deprecate getStartTime().</action>

Reply via email to