added a missing @Override for new UserStoreImpl method

This commit is contained in:
Axel Uhl
2020-02-12 16:39:31 +01:00
parent bbcd65ac14
commit 2b1edbd243
@@ -291,6 +291,7 @@ public class UserStoreImpl implements UserStore {
return roleDefinition;
}
@Override
public RoleDefinition getRoleDefinitionByPrototype(RolePrototype rolePrototype) {
final RoleDefinition roleDefinition = getRoleDefinition(rolePrototype.getId());
if (roleDefinition == null) {