Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11857

Fix CommandFormat#commandFormat java doc annotation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 3.0.0-alpha1
    • 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

        1. HADOOP-11857.1.patch
          0.8 kB
          J.Andreina

        Issue Links

          Activity

            People

              andreina J.Andreina
              xyao Xiaoyu Yao
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: