Skip to content

Commit

Permalink
Repackage JSONObject and JSONArray (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Sep 21, 2022
1 parent d7a700f commit b5961d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hdrl/src/org/labkey/hdrl/HDRLController.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

import org.apache.commons.beanutils.BeanUtils;
import org.apache.commons.io.IOUtils;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.old.JSONArray;
import org.json.old.JSONException;
import org.json.old.JSONObject;
import org.labkey.api.action.ReadOnlyApiAction;
import org.labkey.api.action.MutatingApiAction;
import org.labkey.api.action.ApiSimpleResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.labkey.ms2extensions;

import org.json.JSONObject;
import org.json.old.JSONObject;
import org.labkey.api.action.ApiResponse;
import org.labkey.api.action.ApiSimpleResponse;
import org.labkey.api.action.MutatingApiAction;
Expand All @@ -29,7 +29,6 @@
import org.labkey.api.security.permissions.AdminOperationsPermission;
import org.labkey.api.security.permissions.ReadPermission;
import org.labkey.api.util.DOM;
import org.labkey.api.view.ActionURL;
import org.labkey.api.view.HtmlView;
import org.labkey.api.view.NavTree;
import org.labkey.api.view.ViewContext;
Expand Down

0 comments on commit b5961d9

Please sign in to comment.