HBASE-27823 Addendum fix compile error

This commit is contained in:
Duo Zhang 2023-05-04 23:03:06 +08:00
parent 558913ea1a
commit 1df5e40f73
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class MockMasterServices extends MockNoopMasterServices {
// ClusterConnection return the HRI. Have the HRI return a few mocked up responses
// to make our test work.
this.connection = HConnectionTestingUtility.getMockedConnectionAndDecorate(getConfiguration(),
Mockito.mock(AdminProtos.AdminService.BlockingInterface.class), ri, MOCK_MASTER_SERVERNAME,
mock(AdminProtos.AdminService.BlockingInterface.class), ri, MOCK_MASTER_SERVERNAME,
RegionInfoBuilder.FIRST_META_REGIONINFO);
// Set hbase.rootdir into test dir.
Path rootdir = CommonFSUtils.getRootDir(getConfiguration());