HBASE-22535 TestShellRSGroups fails when run on JDK11
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
aacacc5cce
commit
dd99ea8d14
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue