Skip to content

Commit 40f0971

Browse files
authored
restore explicit imports
1 parent 20f3f99 commit 40f0971

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
package org.json.junit;
22

3-
import org.json.*;
3+
import org.json.JSONArray;
4+
import org.json.JSONException;
5+
import org.json.JSONObject;
6+
import org.json.JSONParserConfiguration;
47
import org.junit.Test;
58

69
import java.io.IOException;

0 commit comments

Comments
 (0)