rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2303048069


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/ListAnnotationsCmd.java:
##########
@@ -37,22 +37,22 @@
 public class ListAnnotationsCmd extends BaseListCmd {
 
 
-    @Parameter(name = ApiConstants.ID, type = CommandType.STRING, description 
= "the id of the annotation")
+    @Parameter(name = ApiConstants.ID, type = CommandType.STRING, description 
= "The id of the annotation")
     private String uuid;
 
-    @Parameter(name = ApiConstants.ENTITY_TYPE, type = CommandType.STRING, 
description = "the entity type")
+    @Parameter(name = ApiConstants.ENTITY_TYPE, type = CommandType.STRING, 
description = "The entity type")
     private String entityType;
 
-    @Parameter(name = ApiConstants.ENTITY_ID, type = CommandType.STRING, 
description = "the id of the entity for which to show annotations")
+    @Parameter(name = ApiConstants.ENTITY_ID, type = CommandType.STRING, 
description = "The id of the entity for which to show annotations")

Review Comment:
   'ID'?



-- 
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]

Reply via email to