mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +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;
|
return roleDefinition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public RoleDefinition getRoleDefinitionByPrototype(RolePrototype rolePrototype) {
|
public RoleDefinition getRoleDefinitionByPrototype(RolePrototype rolePrototype) {
|
||||||
final RoleDefinition roleDefinition = getRoleDefinition(rolePrototype.getId());
|
final RoleDefinition roleDefinition = getRoleDefinition(rolePrototype.getId());
|
||||||
if (roleDefinition == null) {
|
if (roleDefinition == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user