Remove Timezone bullshit
This commit is contained in:
@@ -14,12 +14,12 @@ import java.nio.charset.StandardCharsets;
|
||||
|
||||
public class APIFootballMatch extends BaseMatch {
|
||||
|
||||
private int season;
|
||||
private int matchId;
|
||||
private int leagueId;
|
||||
private final int season;
|
||||
private final int matchId;
|
||||
private final int leagueId;
|
||||
private String matchStatus;
|
||||
private String teamNameHome;
|
||||
private String teamNameGuest;
|
||||
private final String teamNameHome;
|
||||
private final String teamNameGuest;
|
||||
|
||||
public APIFootballMatch(JSONObject json, int season) {
|
||||
this.season = season;
|
||||
|
||||
Reference in New Issue
Block a user