Skip to content
Snippets Groups Projects
Commit 37ce9b3b authored by Robert Butora's avatar Robert Butora
Browse files

json: cosmetic (removes unnecessary JSON-imports)

parent ed63c030
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@ import java.util.Iterator;
/* 'JSON-Simple' library */
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
import vo.parameter.*;
......
......@@ -107,7 +107,6 @@ public class JdlMCutout
public static MCutResult responseFromMCutoutJson(String response)
// throws ParseException
{
MCutResult cuts = new MCutResult();
......@@ -188,7 +187,6 @@ public class JdlMCutout
public static String[] pubdidsFromReqJson(String reqJsonString)
// throws ParseException
{
String[] pubdids = null;
......
......@@ -29,8 +29,6 @@ import uws.service.UWSUrl;
import java.util.*;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
......
......@@ -34,7 +34,6 @@ public class JsonDecoder
static final Logger LOGGER = Logger.getLogger(JsonDecoder.class.getName());
public static CutResult responseFromCutoutJson(String response)
// throws ParseException
{
CutResult cut = new CutResult();
......
......@@ -3,8 +3,6 @@ import java.util.Iterator;
/* 'JSON-Simple' library */
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
import vo.parameter.*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment