Improve match list creator

This commit is contained in:
2020-10-31 22:58:06 +01:00
parent 7f98b928bd
commit d54e8991d7
5 changed files with 104 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ public class APIFootballUpdater {
this.provider.updateGist(id, filename, content);
}
private HashSet<Integer> getAllLeaguesFromLeagueConfig(String config) {
public static HashSet<Integer> getAllLeaguesFromLeagueConfig(String config) {
HashSet<Integer> leagues = new HashSet<>();