Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 3079626

Browse files
authored
Repackage JSONObject and JSONArray (#81)
1 parent b927b71 commit 3079626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/labkey/immport/ImmPortController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.apache.commons.lang3.StringUtils;
2222
import org.apache.logging.log4j.LogManager;
2323
import org.apache.logging.log4j.Logger;
24-
import org.json.JSONObject;
24+
import org.json.old.JSONObject;
2525
import org.labkey.api.action.Action;
2626
import org.labkey.api.action.ActionType;
2727
import org.labkey.api.action.ApiSimpleResponse;

0 commit comments

Comments
 (0)