Skip to content

Commit 292551e

Browse files
committed
Remove unused imports
1 parent 5fd4e84 commit 292551e

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/main/java/core/JSONStringifier.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package core;
22

3-
import java.nio.file.Path;
43
import java.util.ArrayList;
54
import java.util.Iterator;
65
import java.util.List;

src/tests/java/StringifierTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import org.junit.Test;
33
import core.JSONObject;
44
import core.JSONStringifier;
5-
import java.util.Arrays;
65
import java.util.ArrayList;
76
import java.util.List;
87

src/tests/java/Tests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import static org.junit.Assert.assertEquals;
2-
import static org.junit.Assert.assertNotNull;
32

43
import java.nio.file.Path;
5-
import java.util.List;
64

75
import org.junit.Test;
86

97
import core.FileOperations;
10-
import core.JSONObject;
118
import core.JSONProcessor;
129

1310
public class Tests {

0 commit comments

Comments
 (0)