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


##########
api/src/main/java/org/apache/cloudstack/api/response/AnnotationResponse.java:
##########
@@ -32,43 +32,43 @@
 @EntityReference(value = Annotation.class)
 public class AnnotationResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the (uu)id of the annotation")
+    @Param(description = "The (uu)id of the annotation")

Review Comment:
   UUID



##########
api/src/main/java/org/apache/cloudstack/api/response/AnnotationResponse.java:
##########
@@ -32,43 +32,43 @@
 @EntityReference(value = Annotation.class)
 public class AnnotationResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the (uu)id of the annotation")
+    @Param(description = "The (uu)id of the annotation")
     private String uuid;
 
     @SerializedName(ApiConstants.ENTITY_TYPE)
-    @Param(description = "the type of the annotated entity")
+    @Param(description = "The type of the annotated entity")
     private String entityType;
 
     @SerializedName(ApiConstants.ENTITY_ID)
-    @Param(description = "the (uu)id of the entity to which this annotation 
pertains")
+    @Param(description = "The (uu)id of the entity to which this annotation 
pertains")

Review Comment:
   UUID



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to