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/06/13 15:18:31 UTC

[commons-lang] branch master updated: [LANG-1558] Simplify if as some conditions are covered by others #543.

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 1e0b744  [LANG-1558] Simplify if as some conditions are covered by others #543.
1e0b744 is described below

commit 1e0b744dd274a9fb82f075c2bbe2164b02a623e3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 13 11:18:27 2020 -0400

    [LANG-1558] Simplify if as some conditions are covered by others #543.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aeb94bf..6c7d13c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1552" type="add" dev="ggregory" due-to="XenoAmess">Change from addAll to constructors for some List #536.</action>
     <action issue="LANG-1554" type="add" dev="ggregory" due-to="XenoAmess">Fix typos #539.</action>
     <action issue="LANG-1555" type="add" dev="ggregory" due-to="XenoAmess">Ignored exception `ignored`, should not be called so #540.</action>
+    <action issue="LANG-1558" type="add" dev="ggregory" due-to="XenoAmess">Simplify if as some conditions are covered by others #543.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">