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

Commit 86bf13f

Browse files
authored
Add new org.json JSON library plus a few usages (#82)
1 parent 3079626 commit 86bf13f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/org/labkey/immport/ImmPortController.java

Lines changed: 2 additions & 6 deletions
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.old.JSONObject;
24+
import org.json.JSONObject;
2525
import org.labkey.api.action.Action;
2626
import org.labkey.api.action.ActionType;
2727
import org.labkey.api.action.ApiSimpleResponse;
@@ -918,10 +918,6 @@ public Object execute(NameForm form, BindException errors) throws Exception
918918
}
919919
}
920920

921-
922-
923-
924-
925921
public class PublishExpressionMatrixForm
926922
{
927923
public PublishExpressionMatrixForm()
@@ -1230,7 +1226,7 @@ protected Path getXmlFile()
12301226
public static class TestProxyTargetAction extends ReadOnlyApiAction<Object>
12311227
{
12321228
@Override
1233-
public Object execute(Object o, BindException errors) throws Exception
1229+
public Object execute(Object o, BindException errors)
12341230
{
12351231
var req = getViewContext().getRequest();
12361232

0 commit comments

Comments
 (0)