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 3621a65 ContextedException Javadoc add missing semicolon #581.
3621a65 is described below
commit 3621a65051f8c93059b113037cdf0a0ed32c9088
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 18:33:34 2020 -0400
ContextedException Javadoc add missing semicolon #581.
---
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 f83aff5..cc64952 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,8 @@ The <action> type attribute can be add,update,fix,remove.
<release version="3.12" date="2020-MM-DD" description="New features and bug
fixes.">
<!-- FIXES -->
<action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai,
Alex Herbert">Correct implementation of RandomUtils.nextLong(long,
long)</action>
- <action issue="LANG-1600" type="fix" dev="aherbert" due-to="Michael
F">Restore handling of collections for non-JSON ToStringStyle #610.</action>
+ <action issue="LANG-1600" type="fix" dev="ggregory" due-to="Michael
F">Restore handling of collections for non-JSON ToStringStyle #610.</action>
+ <action type="fix" dev="ggregory"
due-to="iamchao1129">ContextedException Javadoc add missing semicolon
#581.</action>
<!-- UPDATES -->
<action issue="LANG-1591" type="update" dev="kinow"
due-to="bhawna94">Remove redundant argument from substring call.</action>
<action issue="LANG-1579" type="update" dev="aherbert"
due-to="XenoAmess">Improve StringUtils.stripAccents conversion of remaining
accents.</action>