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 20:56:07 UTC

[commons-lang] branch master updated: [LANG-1537] Simplify a null check in the private replaceEach() method of StringUtils. #514.

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 271cf4c  [LANG-1537] Simplify a null check in the private replaceEach() method of StringUtils. #514.
271cf4c is described below

commit 271cf4c9e945cbab3a1f87e905d4c6d52facd95d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Apr 20 16:56:02 2020 -0400

    [LANG-1537] Simplify a null check in the private replaceEach() method of
    StringUtils. #514.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c7a3a6..c91fd18 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">