Skip to content

Commit cee0713

Browse files
authored
Add new org.json JSON library plus a few usages (#55)
1 parent 09d84bf commit cee0713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/labkey/workflow/view/WorkflowViewBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import org.apache.commons.lang3.StringUtils;
1919
import org.jetbrains.annotations.NotNull;
2020
import org.jetbrains.annotations.Nullable;
21-
import org.json.old.JSONObject;
21+
import org.json.JSONObject;
2222
import org.labkey.api.data.Container;
2323
import org.labkey.api.jsp.JspBase;
2424
import org.labkey.api.util.DateUtil;

0 commit comments

Comments
 (0)