1

fix UpdateRoleEvent and DeleteUserEvent

Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
This commit is contained in:
killerber4t
2020-03-16 16:50:32 +01:00
parent abd99f6a5e
commit 6991a18405
3 changed files with 3 additions and 18 deletions

View File

@ -21,7 +21,7 @@ public class Group {
private long id;
private String title;
private String description;
public List<User> members;
private final List<User> members;
private final Map<String, Role> roles;
private GroupType type;