From 12c71a019faf874e22be3890b5687d757864755f Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 25 Jul 2024 19:38:00 -0400 Subject: [PATCH] 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 type attribute can be add,update,fix,remove. RandomStringUtils.random() with a negative character index should throw IllegalArgumentException. LocaleUtils.toLocale(String) cannot parse four segments. Use fewer intermediary strings in DefaultExceptionContext.getFormattedExceptionMessage(String). + Fix Javadoc in StringUtils.splitPreserveAllTokens() #1251. Add StopWatch.getSplitDuration() and deprecate getSplitTime(). Add StopWatch.getStartInstant() and deprecate getStartTime().