[
https://issues.apache.org/jira/browse/HADOOP-11857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
J.Andreina updated HADOOP-11857:
--------------------------------
Attachment: HADOOP-11857.1.patch
Attached an initial patch
Please review .
> Fix CommandFormat#commandFormat java doc annotation
> ---------------------------------------------------
>
> Key: HADOOP-11857
> URL: https://issues.apache.org/jira/browse/HADOOP-11857
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Xiaoyu Yao
> Assignee: J.Andreina
> Priority: Trivial
> Labels: newbie
> Attachments: HADOOP-11857.1.patch
>
>
> The first parameter name does not match with the javadoc.
> {code}
> /**
> * @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);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)