minor: delete line

This commit is contained in:
Martin Eyben 2024-11-19 10:45:50 +01:00
parent ad77a36da0
commit 672d530f13

View File

@ -23,9 +23,8 @@ public class JSONFetcher {
} }
return result.toString(); return result.toString();
} }
public static JSONObject fetch(URL url) throws IOException { public static JSONObject fetch(URL url) throws IOException {
String result = fetchString(url); String result = fetchString(url);