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 2021/06/26 15:30:30 UTC

[commons-configuration] branch master updated: [CONFIGURATION-804] Redundant local variable #113.

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 754b3b5  [CONFIGURATION-804] Redundant local variable #113.
754b3b5 is described below

commit 754b3b55d63a202f2206e2498cbbddda28ae4351
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 26 11:30:26 2021 -0400

    [CONFIGURATION-804] Redundant local variable #113.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f76ea1a..a18f18c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,9 @@
        <action issue="CONFIGURATION-795" type="update" dev="ggregory" due-to="dpeger">
          Computation of blank lines after header comment #82.
        </action>
+       <action issue="CONFIGURATION-804" type="update" dev="ggregory" due-to="Arturo Bernal">
+         Redundant local variable #113.
+       </action>
        <action issue="CONFIGURATION-805" type="update" dev="ggregory" due-to="Arturo Bernal">
          Use try with resource #114.
        </action>