[ 
https://issues.apache.org/jira/browse/HADOOP-11857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512993#comment-14512993
 ] 

J.Andreina commented on HADOOP-11857:
-------------------------------------

This issue is for javadoc updation . Does not need Testcase. 
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)

Reply via email to