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 4f3d3b4 [LANG-1426] Corrected usage examples in Javadocs #458.
4f3d3b4 is described below
commit 4f3d3b4318add50a7e45feab3005621773e7e4cb
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 25 10:37:10 2019 -0400
[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 3c8eae2..5cbb8e9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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.">