Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
widavies committed Feb 5, 2018
1 parent 4c4ecb4 commit a56c8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/cpjd/models/other/APIStatus.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.cpjd.models.other;

import lombok.Data;
import lombok.Getter;

import java.io.Serializable;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/cpjd/models/simple/SMatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class SMatch implements Serializable, Comparable<SMatch> {
/**
* 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;
/**
Expand Down

0 comments on commit a56c8a7

Please sign in to comment.