Removed unnecessary semicolon from GameoverCause enum
This commit is contained in:
parent
aa22ef49f0
commit
b02a5756a5
@ -1,5 +1,5 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public enum GameoverCause {
|
||||
TIMEOUT, ONEILLWON, JAFFAWON;
|
||||
TIMEOUT, ONEILLWON, JAFFAWON
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user