arturobernalg commented on a change in pull request #72:
URL: https://github.com/apache/commons-net/pull/72#discussion_r566593695
##########
File path: src/main/java/org/apache/commons/net/ftp/FTP.java
##########
@@ -215,6 +215,11 @@
private static final String modes = "AEILNTCFRPSBC";
+ /**
+ * An empty immutable {@code String} array.
+ */
+ private static final String[] EMPTY_STRING_ARRAY = new String[0];
Review comment:
Ok. Changed. What do you think about this applied approach?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]