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 f8cf126a CONFIGURATION-843: Methods should not be empty #393
f8cf126a is described below

commit f8cf126ab281eb662669c8e12a1727e7206eae7f
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Mar 29 08:04:38 2024 -0400

    CONFIGURATION-843: Methods should not be empty #393
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0eefcc50..c5832858 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a 
NullPointerException if DataConfiguration.DataConfiguration(Configuration) is 
called with null.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a 
NullPointerException if 
XMLPropertiesConfiguration.XMLPropertiesConfiguration(Element) is called with 
null.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a 
NullPointerException if a SubsetConfiguration constructor is called with a null 
Configuration.</action>
+      <action type="fix" issue="CONFIGURATION-843" dev="ggregory" due-to="Gary 
Gregory">Methods should not be empty #393.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
commons-logging:commons-logging from 1.3.0 to 1.3.1 #390.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
commons-io:commons-io from 2.15.1 to 2.16.0 #394.</action>

Reply via email to