You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Xiaoyu Yao (JIRA)" <ji...@apache.org> on 2015/04/22 06:24:58 UTC

[jira] [Updated] (HADOOP-11857) Fix CommandFormat#commandFormat java doc annotation

     [ https://issues.apache.org/jira/browse/HADOOP-11857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaoyu Yao updated HADOOP-11857:
--------------------------------
    Assignee: J.Andreina

> 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
>
> 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)