mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix typo
This commit is contained in:
parent
670ca7c228
commit
a2c0526b40
@ -392,7 +392,7 @@ public class GroupManagementProviderServiceImpl implements GroupManagementProvid
|
|||||||
rolesToAdd.add(roleNamePrefix + role);
|
rolesToAdd.add(roleNamePrefix + role);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new RoleDoesNotExistException("Role '" + role + "' is not exists iin requested group.");
|
throw new RoleDoesNotExistException("Role '" + role + "' is not exists in requested group.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (String role : currentUserRoles) {
|
for (String role : currentUserRoles) {
|
||||||
@ -401,7 +401,7 @@ public class GroupManagementProviderServiceImpl implements GroupManagementProvid
|
|||||||
rolesToRemove.add(roleNamePrefix + role);
|
rolesToRemove.add(roleNamePrefix + role);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new RoleDoesNotExistException("Role '" + role + "' is not exists iin requested group.");
|
throw new RoleDoesNotExistException("Role '" + role + "' is not exists in requested group.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
userStoreManager.updateRoleListOfUser(username,
|
userStoreManager.updateRoleListOfUser(username,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user