Fixes in layout #48

Merged
schrom01 merged 2 commits from fixes_in_layout into main 2022-05-13 16:06:23 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 53cf3bdacc - Show all commits

View File

@ -252,7 +252,7 @@ public class Tournament implements Serializable {
* (In the Prototype only the KO-System has full functionality
*/
public enum Type {
KO("KO-System"), GROUPS("Gruppenspiele");
KO("KO-System"); //GROUPS("Gruppenspiele"); //Type GROUPS is not implemented in this prototype.
private String name;