Remove unused parameter in splitmessages
-----------------------------------------
Key: DERBY-5476
URL: https://issues.apache.org/jira/browse/DERBY-5476
Project: Derby
Issue Type: Improvement
Components: Build tools
Affects Versions: 10.9.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Minor
splitmessages requires three parameters, but it only uses two of them. A
comment in the class describing the parameters, only describe the first two of
them:
/**
arg[0] is the destination directory
arg[1] is the source file.
*/
The third, unused parameter should be removed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira