HBASE-22535 TestShellRSGroups fails when run on JDK11

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Sakthi 2019-06-03 22:32:30 -07:00 committed by Sean Busbey
parent aacacc5cce
commit dd99ea8d14
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import org.apache.hbase.thirdparty.com.google.common.collect.Sets;
* Client used for managing region server group information.
*/
@InterfaceAudience.Private
class RSGroupAdminClient implements RSGroupAdmin {
public class RSGroupAdminClient implements RSGroupAdmin {
private RSGroupAdminService.BlockingInterface stub;
private Admin admin;