[LANG-1426] Corrected usage examples in Javadocs #458.
This commit is contained in:
parent
089b43a0a6
commit
4f3d3b4318
|
@ -69,7 +69,8 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action issue="LANG-1406" type="fix" dev="ggregory" due-to="geratorres">StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase #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">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 version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">
|
||||
|
|
Loading…
Reference in New Issue