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

This commit is contained in:
stack 2014-10-13 21:25:51 -07:00
parent 962065de72
commit 904654aa87
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 offlined True if we are to include offlined regions, false and we'll * @param connection
* leave out offlined regions from returned list. * @param tableName
* @return Map of all user-space regions to servers * @return Map of all user-space regions to servers
* @throws IOException * @throws IOException
*/ */