From a56c8a724920fa6655bea78a104fd77f3c6f86de Mon Sep 17 00:00:00 2001 From: WillDavies Date: Mon, 5 Feb 2018 16:10:53 -0600 Subject: [PATCH] Bug fixes --- src/main/java/com/cpjd/models/other/APIStatus.java | 1 + src/main/java/com/cpjd/models/simple/SMatch.java | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/java/com/cpjd/models/other/APIStatus.java b/src/main/java/com/cpjd/models/other/APIStatus.java index 5a7d0a4..d0e1036 100644 --- a/src/main/java/com/cpjd/models/other/APIStatus.java +++ b/src/main/java/com/cpjd/models/other/APIStatus.java @@ -1,6 +1,7 @@ package com.cpjd.models.other; import lombok.Data; +import lombok.Getter; import java.io.Serializable; diff --git a/src/main/java/com/cpjd/models/simple/SMatch.java b/src/main/java/com/cpjd/models/simple/SMatch.java index b72f0d0..da3f916 100644 --- a/src/main/java/com/cpjd/models/simple/SMatch.java +++ b/src/main/java/com/cpjd/models/simple/SMatch.java @@ -15,6 +15,7 @@ public class SMatch implements Serializable, Comparable { /** * TBA event key with the format yyyy[EVENT_CODE]_[COMP_LEVEL]m[MATCH_NUMBER], where yyyy is the year, and EVENT_CODE is the event code of the event, COMP_LEVEL is (qm, ef, qf, sf, f), and MATCH_NUMBER is the match number in the competition level. A set number may append the competition level if more than one match in required per set. * + * */ private String key; /**