[
https://issues.apache.org/jira/browse/DAEMON-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved DAEMON-135.
-------------------------
Fix Version/s: 1.0.3
Resolution: Fixed
> 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
> Fix For: 1.0.3
>
>
> 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.