Skip to content

Commit a56c8a7

Browse files
committed
Bug fixes
1 parent 4c4ecb4 commit a56c8a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/com/cpjd/models/other/APIStatus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.cpjd.models.other;
22

33
import lombok.Data;
4+
import lombok.Getter;
45

56
import java.io.Serializable;
67

src/main/java/com/cpjd/models/simple/SMatch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class SMatch implements Serializable, Comparable<SMatch> {
1515
/**
1616
* 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.
1717
*
18+
*
1819
*/
1920
private String key;
2021
/**

0 commit comments

Comments
 (0)