Skip to content

Commit 36e3f3c

Browse files
committed
add explcit imports
1 parent 40f0971 commit 36e3f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/json/junit/JSONParserConfigurationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import org.json.JSONException;
55
import org.json.JSONObject;
66
import org.json.JSONParserConfiguration;
7+
import org.json.JSONTokener;
78
import org.junit.Test;
89

910
import java.io.IOException;

0 commit comments

Comments
 (0)