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/11/25 23:43:51 UTC

[commons-configuration] branch master updated: Use Java style array decelerations #244

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 ef96e73c Use Java style array decelerations #244
ef96e73c is described below

commit ef96e73c86121e80d6f098ea70b336b14355f460
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 25 18:43:47 2022 -0500

    Use Java style array decelerations #244
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0664fd0a..b5f4ec2e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,9 @@
       <action issue="CONFIGURATION-822" type="fix" dev="ggregory" due-to="Branislav Beňo, Gary Gregory, Bruno P. Kinoshita">
         Fix ambiguity on the section determining #229.
       </action>
+      <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+        Use Java style array decelerations #244.
+      </action>
       <!-- ADD -->
       <action issue="CONFIGURATION-799" type="add" dev="ggregory" due-to="Xinshiyou, Gary Gregory">
         Add DefaultConversionHandler#setListDelimiterHandler(ListDelimiterHandler).