Skip to content

Commit acda0aa

Browse files
authored
Migrate to new JSONObject/JSONArray library (#36)
1 parent 7664e43 commit acda0aa

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
@@ -31,7 +31,7 @@
3131
import org.apache.logging.log4j.Logger;
3232
import org.jetbrains.annotations.NotNull;
3333
import org.jetbrains.annotations.Nullable;
34-
import org.json.old.JSONObject;
34+
import org.json.JSONObject;
3535
import org.labkey.api.data.Container;
3636
import org.labkey.api.security.User;
3737
import org.labkey.api.util.PageFlowUtil;

0 commit comments

Comments
 (0)