DaemonPermission.toString() creates String from String ------------------------------------------------------
Key: DAEMON-135
URL: https://issues.apache.org/jira/browse/DAEMON-135
Project: Commons Daemon
Issue Type: Improvement
Reporter: Sebb
DaemonPermission.toString() creates String from String.
Could replace
return(new String(this.desc));
with
return this.desc;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
