We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3417d commit 648debaCopy full SHA for 648deba
engine/core/src/main/java/com/codingame/gameengine/core/RefereeMain.java
@@ -30,10 +30,8 @@ public static boolean isInProduction() {
30
* CodinGame's game runner will launch the referee using this method.
31
*
32
* @param args unused
33
- * @throws InstantiationException
34
- * @throws IllegalAccessException
35
*/
36
- public static void main(String[] args) throws InstantiationException, IllegalAccessException {
+ public static void main(String[] args) {
37
inProduction = true;
38
InputStream in = System.in;
39
PrintStream out = System.out;
0 commit comments