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 a5586fd [CONFIGURATION-801] Remove redundant initializer #110.
a5586fd is described below
commit a5586fd36f11d9b62909a058bee61a3cd95c21b7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 26 11:38:01 2021 -0400
[CONFIGURATION-801] Remove redundant initializer #110.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aeff9bb..e55d93d 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-801" type="update" dev="ggregory"
due-to="Arturo Bernal">
+ Remove redundant initializer #110.
+ </action>
<action issue="CONFIGURATION-802" type="update" dev="ggregory"
due-to="Arturo Bernal">
Use final #111.
</action>