rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2303040028
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/acl/project/UpdateProjectRolePermissionCmd.java:
##########
@@ -57,7 +57,7 @@ public class UpdateProjectRolePermissionCmd extends BaseCmd {
private Long projectId;
@Parameter(name = ApiConstants.RULE_ORDER, type = CommandType.LIST,
collectionType = CommandType.UUID, entityType =
ProjectRolePermissionResponse.class,
- description = "The parent role permission uuid, use 0 to move this
rule at the top of the list")
+ description = "The parent role permission UUID, use 0 to move this
rule at the top of the list")
Review Comment:
Here, 'uuid' is replaced by 'UUID' in other changes, files 'ID' is replaced
by 'id', isn't it inconsistent?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]