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 2022/05/02 13:34:26 UTC

[commons-lang] branch master updated: Remove unnecessary variable creations. #882

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 f146bf817 Remove unnecessary variable creations. #882
f146bf817 is described below

commit f146bf817af0804c1e0ae833f3cf22430c32af67
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 2 09:34:17 2022 -0400

    Remove unnecessary variable creations. #882
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df7eda616..d13c1f025 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">Make Validate.isAssignableFrom() check null inputs.</action>
     <action                   type="fix" dev="ggregory" due-to="Arturo Bernal">Fix Javadoc for Validate.isAssignableFrom().</action>
     <action                   type="fix" dev="ggregory" due-to="Arturo Bernal">Make final mappingFunction variable. #876.</action>
+    <action                   type="fix" dev="ggregory" due-to="Arturo Bernal">Remove unnecessary variable creations. #882.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add TriConsumer.</action>