arturobernalg commented on a change in pull request #61:
URL: https://github.com/apache/commons-cli/pull/61#discussion_r722888091



##########
File path: src/main/java/org/apache/commons/cli/Util.java
##########
@@ -21,6 +21,12 @@ Licensed to the Apache Software Foundation (ASF) under one 
or more
  * Contains useful helper methods for classes within this package.
  */
 final class Util {
+
+    /**
+     * An empty immutable {@code String} array.
+     */
+    public static final String[] EMPTY_STRING_ARRAY = new String[0];

Review comment:
       HI @garydgregory 
   Changed.
   TY




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to