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


##########
api/src/main/java/org/apache/cloudstack/api/response/ExtractResponse.java:
##########
@@ -27,59 +27,59 @@
 
 public class ExtractResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the id of extracted object")
+    @Param(description = "The id of extracted object")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/ExtractResponse.java:
##########
@@ -27,59 +27,59 @@
 
 public class ExtractResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the id of extracted object")
+    @Param(description = "The id of extracted object")
     private String id;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name of the extracted object")
+    @Param(description = "The name of the extracted object")
     private String name;
 
     @SerializedName("extractId")
-    @Param(description = "the upload id of extracted object")
+    @Param(description = "The upload id of extracted object")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/ExtractResponse.java:
##########
@@ -27,59 +27,59 @@
 
 public class ExtractResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the id of extracted object")
+    @Param(description = "The id of extracted object")
     private String id;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name of the extracted object")
+    @Param(description = "The name of the extracted object")
     private String name;
 
     @SerializedName("extractId")
-    @Param(description = "the upload id of extracted object")
+    @Param(description = "The upload id of extracted object")
     private String uploadId;
 
     @SerializedName("uploadpercentage")
-    @Param(description = "the percentage of the entity uploaded to the 
specified location")
+    @Param(description = "The percentage of the entity uploaded to the 
specified location")
     private Integer uploadPercent;
 
     @SerializedName("status")
-    @Param(description = "the status of the extraction")
+    @Param(description = "The status of the extraction")
     private String status;
 
     @SerializedName("accountid")
-    @Param(description = "the account id to which the extracted object 
belongs")
+    @Param(description = "The Account id to which the extracted object 
belongs")

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

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

Reply via email to