Fix from delivery dates

This commit is contained in:
2020-10-18 19:04:26 +02:00
parent 126b9778c0
commit 91e5ed50b7
9 changed files with 106 additions and 88 deletions
@@ -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;