Skip to content

Commit 5219e03

Browse files
authored
Repackage JSONObject and JSONArray (#34)
1 parent fc0a105 commit 5219e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/labkey/filetransfer/globus/GlobusFileTransferProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.apache.logging.log4j.Logger;
3333
import org.jetbrains.annotations.NotNull;
3434
import org.jetbrains.annotations.Nullable;
35-
import org.json.JSONObject;
35+
import org.json.old.JSONObject;
3636
import org.labkey.api.data.Container;
3737
import org.labkey.api.security.User;
3838
import org.labkey.api.util.PageFlowUtil;

0 commit comments

Comments
 (0)