Skip to content

Commit

Permalink
HBASE-26649 Addendum fix spotless error
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed May 25, 2022
1 parent 194f8c2 commit 286f6c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public void testHBaseMetaReplicaGets() throws Exception {

RegionLocator locator = tableForGet.getRegionLocator();

for (int j = 0; j < numOfMetaReplica * 3; j ++) {
for (int j = 0; j < numOfMetaReplica * 3; j++) {
locator.getAllRegionLocations();
}

Expand Down

0 comments on commit 286f6c5

Please sign in to comment.