This commit is contained in:
charitha 2016-10-10 15:34:18 +05:30
parent 670ca7c228
commit a2c0526b40

View File

@ -392,7 +392,7 @@ public class GroupManagementProviderServiceImpl implements GroupManagementProvid
rolesToAdd.add(roleNamePrefix + role);
}
} 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) {
@ -401,7 +401,7 @@ public class GroupManagementProviderServiceImpl implements GroupManagementProvid
rolesToRemove.add(roleNamePrefix + role);
}
} 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,