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 5fc1f111f Simplifiable conditional expression. #941
5fc1f111f is described below

commit 5fc1f111f84306de1e9b31fae29940a51db8604e
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sun Aug 21 08:51:52 2022 -0400

    Simplifiable conditional expression. #941
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2255e5e32..fd055f215 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -94,6 +94,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.join(Iterator, String) should only return null when the 
Iterator is null.</action>
     <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Add tests to increase coverage #904.</action>
     <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Extends Object clauses are redundant #937.</action>
+    <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Simplifiable conditional expression. #941.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add GitHub coverage.yml.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>

Reply via email to