Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 committed Apr 30, 2024
1 parent 3cb0416 commit 18f4f2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

import static java.util.Collections.min;
import static java.util.Collections.singletonMap;
import static org.apache.hadoop.hdds.protocol.MockDatanodeDetails.randomDatanodeDetails;
import static org.apache.hadoop.ozone.OzoneConsts.GB;
Expand All @@ -69,7 +68,7 @@ public class TestReconcileContainerCommandHandler {

private static final int NUM_CONTAINERS = 3;

ContainerSet containerSet;
private ContainerSet containerSet;
private OzoneContainer ozoneContainer;
private StateContext context;
private ReconcileContainerCommandHandler subject;
Expand Down

0 comments on commit 18f4f2a

Please sign in to comment.