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


##########
api/src/main/java/org/apache/cloudstack/api/response/GuestVlanResponse.java:
##########
@@ -30,67 +30,67 @@
 public class GuestVlanResponse extends BaseResponse implements 
ControlledEntityResponse {
 
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the guest VLAN id")
+    @Param(description = "The guest VLAN id")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/GuestVlanResponse.java:
##########
@@ -30,67 +30,67 @@
 public class GuestVlanResponse extends BaseResponse implements 
ControlledEntityResponse {
 
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the guest VLAN id")
+    @Param(description = "The guest VLAN id")
     private long id;
 
     @SerializedName(ApiConstants.VLAN)
-    @Param(description = "the guest VLAN")
+    @Param(description = "The guest VLAN")
     private String guestVlan;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the account of the guest VLAN range")
+    @Param(description = "The Account of the guest VLAN range")
     private String accountName;
 
     @SerializedName(ApiConstants.DOMAIN_ID)
-    @Param(description = "the domain ID of the guest VLAN range")
+    @Param(description = "The domain ID of the guest VLAN range")
     private String domainId;
 
     @SerializedName(ApiConstants.DOMAIN)
-    @Param(description = "the domain name of the guest VLAN range")
+    @Param(description = "The domain name of the guest VLAN range")
     private String domainName;
 
     @SerializedName(ApiConstants.DOMAIN_PATH)
     @Param(description = "path of the domain to which the guest VLAN range 
belongs", since = "4.19.2.0")
     private String domainPath;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the guest VLAN range")
+    @Param(description = "The project id of the guest VLAN range")

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to