Small fix

This commit is contained in:
George Kalampokis 2020-02-10 18:29:54 +02:00
parent 5f0bd15d7c
commit f22cd0617a
1 changed files with 0 additions and 8 deletions

View File

@ -165,14 +165,6 @@ public class UserInfo implements DataEntity<UserInfo, UUID> {
this.userRoles = userRoles;
}
public Set<Lock> getLocks() {
return locks;
}
public void setLocks(Set<Lock> locks) {
this.locks = locks;
}
@Override
public void update(UserInfo entity) {
this.name = entity.getName();