HBASE-12147 Porting Online Config Change from 89-fb -- JAVADOC FIX ADDENDUM -- REVERT

This commit is contained in:
stack 2014-10-14 08:49:08 -07:00
parent 785d2fad2e
commit 0ebb98d7b3
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ public class MetaScanner {
/** /**
* Lists all of the table regions currently in META. * Lists all of the table regions currently in META.
* @param conf * @param conf
* @param connection * @param offlined True if we are to include offlined regions, false and we'll
* @param tableName * leave out offlined regions from returned list.
* @return Map of all user-space regions to servers * @return Map of all user-space regions to servers
* @throws IOException * @throws IOException
*/ */