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


##########
api/src/main/java/org/apache/cloudstack/api/response/DirectDownloadCertificateResponse.java:
##########
@@ -29,47 +29,47 @@
 public class DirectDownloadCertificateResponse extends BaseResponse {
 
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the direct download certificate id")
+    @Param(description = "The direct download certificate id")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/DirectDownloadCertificateResponse.java:
##########
@@ -29,47 +29,47 @@
 public class DirectDownloadCertificateResponse extends BaseResponse {
 
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the direct download certificate id")
+    @Param(description = "The direct download certificate id")
     private String id;
 
     @SerializedName(ApiConstants.ALIAS)
-    @Param(description = "the direct download certificate alias")
+    @Param(description = "The direct download certificate alias")
     private String alias;
 
     @SerializedName(ApiConstants.ZONE_ID)
-    @Param(description = "the zone id where the certificate is uploaded")
+    @Param(description = "The zone id where the certificate is uploaded")

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