[LIB-5] Collection empty objects,reporting and serializable
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / request / RequestParams.java
index a11da9b..cb325dd 100644 (file)
@@ -52,6 +52,7 @@ public class RequestParams {
             case SEASON_EVENTS:
                 this.season = season;
                 break;
+            default:
         }
     }