Fix from delivery dates
This commit is contained in:
@@ -2,6 +2,7 @@ package de.jeyp91.tippliga;
|
||||
|
||||
import org.json.simple.JSONObject;
|
||||
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Comparator;
|
||||
@@ -14,7 +15,7 @@ public class TLWMatchdaysUpdater {
|
||||
ArrayList<TLWMatchday> matchdaysOriginal;
|
||||
ArrayList<TLWMatchday> matchdaysUpdated;
|
||||
|
||||
public TLWMatchdaysUpdater(int season, int league, String configPath) {
|
||||
public TLWMatchdaysUpdater(int season, int league, String configPath) throws ParseException {
|
||||
this.season = season;
|
||||
this.league = league;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user