You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/04/20 21:10:46 UTC

[commons-lang] branch master updated: (Javadoc) Fix return tag for throwableOf*() methods #518.

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 7c754d9  (Javadoc) Fix return tag for throwableOf*() methods #518.
7c754d9 is described below

commit 7c754d9c1e96c2a3e90e4bf632b421a43f235e22
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Apr 20 17:10:42 2020 -0400

    (Javadoc) Fix return tag for throwableOf*() methods #518.
---
 src/changes/changes.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index befdbf4..d7a9336 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,11 +49,12 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="kinow" due-to="contextshuffling">Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>
     <action                   type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.</action>
     <action                   type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
-    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.</action>
-    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516.</action>
-    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify some if statements in StringUtils. #521.</action>
-    <action issue="LANG-1537" type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify a null check in the private replaceEach() method of StringUtils. #514.</action>
-    <action issue="LANG-1534" type="update" dev="ggregory" due-to="Isira Seneviratne">Replace some usages of the ternary operator with calls to Math.max() and Math.min() #512.</action>
+    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.</action>
+    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516.</action>
+    <action                   type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify some if statements in StringUtils. #521.</action>
+    <action issue="LANG-1537" type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify a null check in the private replaceEach() method of StringUtils. #514.</action>
+    <action issue="LANG-1534" type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Replace some usages of the ternary operator with calls to Math.max() and Math.min() #512.</action>
+    <action                   type="update" dev="ggregory" due-to="Arend v. Reinersdorff, Bruno P. Kinoshita">(Javadoc) Fix return tag for throwableOf*() methods #518.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">