1

refactor vorerst fertig, bugsuche

This commit is contained in:
Christoph
2020-04-14 17:13:29 +02:00
parent dbb60f30a7
commit cd445f12e8
34 changed files with 272 additions and 185 deletions

View File

@ -33,7 +33,7 @@ public class CreateGroupEvent extends Event {
}
@Override
public String getType() {
public String type() {
return EventType.CREATEGROUP.toString();
}