From 4f3d3b4318add50a7e45feab3005621773e7e4cb Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 25 Sep 2019 10:37:10 -0400 Subject: [PATCH] [LANG-1426] Corrected usage examples in Javadocs #458. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3c8eae279..5cbb8e99a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,8 @@ The type attribute can be add,update,fix,remove. StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase #423. StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException #423. junit-jupiter 5.5.1 -> 5.5.2. - com.puppycrawl.tools:checkstyle 8.23 -> 8.24. + com.puppycrawl.tools:checkstyle 8.23 -> 8.24. + Corrected usage examples in Javadocs #458.