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


The following commit(s) were added to refs/heads/master by this push:
     new ce8408f  Replace C-style array declaration with Java style #80.
ce8408f is described below

commit ce8408f09ff41b52b3b4a3c1c8dde13b1656ad97
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu May 27 08:20:19 2021 -0400

    Replace C-style array declaration with Java style #80.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80700d4..97bf45c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" due-to="Arturo Bernal">
       Simplify Assertions in tests #77.
     </action>
+    <action dev="ggregory" type="fix" due-to="Arturo Bernal">
+      Replace C-style array declaration with Java style #80.
+    </action>
     <!-- UPDATE -->
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump spotbugs-maven-plugin from 4.0.4 to 4.2.1 #48, #53, #59, #62.

Reply via email to