Skip to content

Commit 923dd3d

Browse files
committed
HDDS-14960. Fix checkstyle issues in TestSnapshotListJSONServlet
Change-Id: I55dd9b8a4fa31bcacefd83fbb827627c2d006fda
1 parent 2b80fa0 commit 923dd3d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestSnapshotListJSONServlet.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717

1818
package org.apache.hadoop.ozone.om;
1919

20+
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
21+
import static org.junit.jupiter.api.Assertions.assertFalse;
22+
import static org.junit.jupiter.api.Assertions.assertTrue;
23+
2024
import com.fasterxml.jackson.databind.ObjectMapper;
2125
import java.util.Collections;
2226
import java.util.UUID;
2327
import org.apache.hadoop.ozone.om.helpers.SnapshotInfo;
2428
import org.apache.hadoop.util.Time;
2529
import org.junit.jupiter.api.Test;
2630

27-
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
28-
import static org.junit.jupiter.api.Assertions.assertFalse;
29-
import static org.junit.jupiter.api.Assertions.assertTrue;
30-
3131
/**
3232
* Test for SnapshotListJSONServlet.
3333
*/

0 commit comments

Comments
 (0)