Skip to content

Commit 1bd9766

Browse files
authored
Update server/src/main/java/com/cloud/user/AccountManagerImpl.java
1 parent ccb30ca commit 1bd9766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/user/AccountManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ public Pair<Long, Account> doInTransaction(TransactionStatus status) {
12921292
- Caller should not be of Unknown role type
12931293
- New role's type should not be Unknown
12941294
- Caller should not be able to escalate or de-escalate an account's role which is of same or higher role type
1295-
- New role should not of type Admin with domain other than ROOT domain
1295+
- New role should not be of type Admin with domain other than ROOT domain
12961296
*/
12971297
protected void validateRoleChange(Account account, Role role, Account caller) {
12981298
Role currentRole = roleService.findRole(account.getRoleId());

0 commit comments

Comments
 (0)