add error handling (frontend) + exception changes
Co-authored-by: Christoph <tobi@urpost.de> Co-authored-by: Mahgs <maxoerter@gmx.de>
This commit is contained in:
@ -19,7 +19,8 @@ public class UpdateGroupDescriptionEvent extends Event {
|
||||
this.newGroupDescription = newGroupDescription;
|
||||
}
|
||||
|
||||
public void apply(Group group) {
|
||||
@Override
|
||||
public void applyEvent(Group group) {
|
||||
group.setDescription(this.newGroupDescription);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user