HBASE-22535 TestShellRSGroups fails when run on JDK11
Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit dd99ea8d14f27f982e9ee231b23d1899760a7b9b)
This commit is contained in:
parent
5c4708ea73
commit
e058ffe4e8
@ -52,7 +52,7 @@ import com.google.protobuf.ServiceException;
|
||||
* Client used for managing region server group information.
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
class RSGroupAdminClient implements RSGroupAdmin {
|
||||
public class RSGroupAdminClient implements RSGroupAdmin {
|
||||
private RSGroupAdminService.BlockingInterface stub;
|
||||
|
||||
public RSGroupAdminClient(Connection conn) throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user