Skip to content

Commit

Permalink
Remove imports that use org.json.simple
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansrf committed Mar 11, 2024
1 parent 73b134d commit 5dec644
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
import java.util.ArrayList;
import java.util.List;

import org.json.simple.JSONArray;
import org.json.simple.JSONObject;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;

Expand All @@ -24,7 +21,6 @@
import docking.wizard.MagePanel;
import docking.wizard.WizardState;
import ghidra.framework.plugintool.PluginTool;
import ghidra.util.Msg;

public class SetupWizardManager extends AbstractMagePanelManager<SetupWizardStateKey> {
private PluginTool tool;
Expand Down

0 comments on commit 5dec644

Please sign in to comment.