Parse overtime goals
This commit is contained in:
@@ -94,7 +94,7 @@ public class APIFootballConnector {
|
||||
return stringToJSONObject(content);
|
||||
}
|
||||
|
||||
private JSONObject stringToJSONObject(String rawData) {
|
||||
public static JSONObject stringToJSONObject(String rawData) {
|
||||
|
||||
JSONParser parser = new JSONParser();
|
||||
JSONObject data = null;
|
||||
|
||||
Reference in New Issue
Block a user