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/08/25 13:04:19 UTC

[commons-configuration] branch master updated: Reclasify issues.

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 799ca30  Reclasify issues.
799ca30 is described below

commit 799ca303058cce9e7c28e857896568f5dcde5706
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 25 09:04:17 2021 -0400

    Reclasify issues.
---
 src/changes/changes.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d5c7d91..239be52 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,25 +25,25 @@
     <release version="2.8.0" date="2020-MM-DD"
              description="Minor release with new features and updated dependencies.">
        <!-- FIX -->
-       <action issue="CONFIGURATION-795" type="update" dev="ggregory" due-to="dpeger">
+       <action issue="CONFIGURATION-795" type="fix" dev="ggregory" due-to="dpeger">
          Computation of blank lines after header comment #82.
        </action>
-       <action issue="CONFIGURATION-801" type="update" dev="ggregory" due-to="Arturo Bernal">
+       <action issue="CONFIGURATION-801" type="fix" dev="ggregory" due-to="Arturo Bernal">
          Remove redundant initializer #110.
        </action>
-       <action issue="CONFIGURATION-802" type="update" dev="ggregory" due-to="Arturo Bernal">
+       <action issue="CONFIGURATION-802" type="fix" dev="ggregory" due-to="Arturo Bernal">
          Use final #111.
        </action>
-       <action issue="CONFIGURATION-803" type="update" dev="ggregory" due-to="Arturo Bernal">
+       <action issue="CONFIGURATION-803" type="fix" dev="ggregory" due-to="Arturo Bernal">
          Java 8 lambda improvements and more #112.
        </action>
-       <action issue="CONFIGURATION-804" type="update" dev="ggregory" due-to="Arturo Bernal">
+       <action issue="CONFIGURATION-804" type="fix" dev="ggregory" due-to="Arturo Bernal">
          Redundant local variable #113.
        </action>
-       <action issue="CONFIGURATION-805" type="update" dev="ggregory" due-to="Arturo Bernal">
+       <action issue="CONFIGURATION-805" type="fix" dev="ggregory" due-to="Arturo Bernal">
          Use try with resource #114.
        </action>
-       <action issue="CONFIGURATION-805" type="update" dev="ggregory" due-to="Roman Zaynetdinov">
+       <action issue="CONFIGURATION-805" type="fix" dev="ggregory" due-to="Roman Zaynetdinov">
          [Javadoc] Specify that typed getList returns null for missing key #100.
        </action>
        <action type="fix" dev="ggregory" due-to="Oliver B. Fischer">