Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The first parameter name does not match with the javadoc.
/** * @deprecated use replacement since name is an unused parameter * @param name of command, but never used * @param min see replacement * @param max see replacement * @param possibleOpt see replacement * @see #CommandFormat(int, int, String...) */ @Deprecated public CommandFormat(String n, int min, int max, String ... possibleOpt) { this(min, max, possibleOpt); }
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-11854 Fix Typos in all the projects
-
- Open
-