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/05/06 11:30:15 UTC

[commons-cli] branch master updated: Use EMPTY_STRING_ARRAY constant. #102

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


The following commit(s) were added to refs/heads/master by this push:
     new 63fcfa8  Use EMPTY_STRING_ARRAY constant. #102
63fcfa8 is described below

commit 63fcfa884b7c4a33ca79f622e3f9451dfec655a5
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri May 6 07:30:12 2022 -0400

    Use EMPTY_STRING_ARRAY constant. #102
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a731c7a..3701ceb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Fix SpotBugs Error: Medium: Method intentionally throws RuntimeException. [org.apache.commons.cli.Option] At Option.java:[lines 474-478] THROWS_METHOD_THROWS_RUNTIMEEXCEPTION
       </action>
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
+        Use EMPTY_STRING_ARRAY constant. #102.
+      </action>
       <!-- ADD -->
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
         Add github/codeql-action.