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:
Sakthi 2019-06-03 22:32:30 -07:00 committed by Sean Busbey
parent 5c4708ea73
commit e058ffe4e8

View File

@ -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 {