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:
parent
82b6e14ff2
commit
f52a5144ee
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue