garydgregory commented on a change in pull request #22:
URL: https://github.com/apache/commons-daemon/pull/22#discussion_r571032801



##########
File path: src/main/java/org/apache/commons/daemon/support/DaemonWrapper.java
##########
@@ -40,12 +40,17 @@
     private final static String STOP_CLASS      = "stop";
     private final static String STOP_METHOD     = "stop.method";
     private final static String STOP_ARGS       = "stop.args";
-    private String              configFileName  = null;
+    private String              configFileName;
     private final DaemonConfiguration config;
 
     private final Invoker             startup;
     private final Invoker             shutdown;
 
+    /**
+     * An empty immutable {@code String} array.

Review comment:
       This does not need to be public does it?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to