HBASE-26649 Addendum fix spotless error

This commit is contained in:
Duo Zhang 2022-05-25 21:28:47 +08:00
parent 194f8c2c41
commit 286f6c5af4
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ public class TestMetaRegionReplicaReplication {
RegionLocator locator = tableForGet.getRegionLocator();
for (int j = 0; j < numOfMetaReplica * 3; j ++) {
for (int j = 0; j < numOfMetaReplica * 3; j++) {
locator.getAllRegionLocations();
}