Xiaoyu Yao created HADOOP-11857:
-----------------------------------

             Summary: 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
            Priority: Trivial


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