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


##########
plugins/dedicated-resources/src/main/java/org/apache/cloudstack/api/response/DedicateZoneResponse.java:
##########
@@ -27,27 +27,27 @@
 @EntityReference(value = DedicatedResources.class)
 public class DedicateZoneResponse extends BaseResponse {
     @SerializedName("id")
-    @Param(description = "the ID of the dedicated resource")
+    @Param(description = "The ID of the dedicated resource")
     private String id;
 
     @SerializedName("zoneid")
-    @Param(description = "the ID of the Zone")
+    @Param(description = "The ID of the Zone")
     private String zoneId;
 
     @SerializedName("zonename")
-    @Param(description = "the Name of the Zone")
+    @Param(description = "The Name of the Zone")
     private String zoneName;
 
     @SerializedName("domainid")
-    @Param(description = "the domain ID to which the Zone is dedicated")
+    @Param(description = "The domain ID to which the Zone is dedicated")
     private String domainId;
 
     @SerializedName("accountid")
-    @Param(description = "the Account Id to which the Zone is dedicated")
+    @Param(description = "The Account Id to which the Zone is dedicated")

Review Comment:
   'ID'



##########
plugins/hypervisors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalDhcpResponse.java:
##########
@@ -30,23 +30,23 @@
 @EntityReference(value = BaremetalDhcpVO.class)
 public class BaremetalDhcpResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "device id of ")
+    @Param(description = "Device id of ")

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