HBASE-10604 Fix parseArgs javadoc (Jean-Marc Spaggiari)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2014-02-25 20:17:15 +00:00
parent 82b6e14ff2
commit f52a5144ee
1 changed files with 2 additions and 4 deletions

View File

@ -228,11 +228,9 @@ public class Merge extends Configured implements Tool {
}
/*
* Adds a region's meta information from the passed <code>meta</code>
* region.
* Parse given arguments including generic arguments and assign table name and regions names.
*
* @param metainfo hbase:meta HRegionInfo to be updated
* @param region HRegion to add to <code>meta</code>
* @param args the arguments to parse
*
* @throws IOException
*/