mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 11:49:09 +00:00
added a missing @Override for new UserStoreImpl method
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user