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


##########
api/src/main/java/org/apache/cloudstack/api/response/ImageStoreResponse.java:
##########
@@ -28,47 +28,47 @@
 @EntityReference(value = ImageStore.class)
 public class ImageStoreResponse extends BaseResponseWithAnnotations {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the ID of the image store")
+    @Param(description = "The ID of the image store")
     private String id;
 
     @SerializedName(ApiConstants.ZONE_ID)
-    @Param(description = "the Zone ID of the image store")
+    @Param(description = "The Zone ID of the image store")
     private String zoneId;
 
     @SerializedName(ApiConstants.ZONE_NAME)
-    @Param(description = "the Zone name of the image store")
+    @Param(description = "The Zone name of the image store")
     private String zoneName;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name of the image store")
+    @Param(description = "The name of the image store")
     private String name;
 
     @SerializedName(ApiConstants.URL)
-    @Param(description = "the url of the image store")
+    @Param(description = "The url of the image store")

Review Comment:
   'URL'



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