[LANG-1426] Corrected usage examples in Javadocs #458.

This commit is contained in:
Gary Gregory 2019-09-25 10:37:10 -04:00
parent 089b43a0a6
commit 4f3d3b4318
1 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1453" type="fix" dev="ggregory" due-to="geratorres">StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException #423.</action> <action issue="LANG-1453" type="fix" dev="ggregory" due-to="geratorres">StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException #423.</action>
<action type="update" dev="ggregory">junit-jupiter 5.5.1 -> 5.5.2.</action> <action type="update" dev="ggregory">junit-jupiter 5.5.1 -> 5.5.2.</action>
<action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.23 -> 8.24.</action> <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.23 -> 8.24.</action>
<action issue="LANG-1426" type="fix" dev="ggregory" due-to="Brower, Mikko Maunu, Suraj Gautam">Corrected usage examples in Javadocs #458.</action>
</release> </release>
<release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11."> <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">