HBASE-26649 Addendum fix spotless error
This commit is contained in:
parent
194f8c2c41
commit
286f6c5af4
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue