[LIB-10] Correct RequestParams for Event Rounds and Seeding
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / request / RequestParams.java
index a11da9b..d8bdb44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017. Developed by Hedgecode.
+ * Copyright (c) 2017-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,11 +47,14 @@ public class RequestParams {
             case EVENT:
             case EVENT_MATCHES:
             case EVENT_PLAYERS:
+            case EVENT_ROUNDS:
+            case EVENT_SEEDING:
                 this.eventId = id;
                 break;
             case SEASON_EVENTS:
                 this.season = season;
                 break;
+            default:
         }
     }