[LIB-5] Collection empty objects,reporting and serializable
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / json / JsonOngoingMatch.java
index 6e5cb1d..6fa9efe 100644 (file)
@@ -25,4 +25,7 @@ import org.hedgecode.snooker.api.OngoingMatch;
  */
 public class JsonOngoingMatch extends JsonMatch implements OngoingMatch {
 
+    protected JsonOngoingMatch() {
+    }
+
 }