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 96caf42  Simplify some if statements in StringUtils. #521.
96caf42 is described below

commit 96caf42b31df9da0bada58ae2ae2d277ebe20434
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 20 16:53:29 2020 -0400

    Simplify some if statements in StringUtils. #521.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to