rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332132908
##########
api/src/main/java/org/apache/cloudstack/api/response/PrivateGatewayResponse.java:
##########
@@ -30,31 +30,31 @@
public class PrivateGatewayResponse extends BaseResponseWithAssociatedNetwork
implements ControlledEntityResponse {
@SerializedName(ApiConstants.ID)
- @Param(description = "the id of the private gateway")
+ @Param(description = "The id of the private gateway")
Review Comment:
'ID'
##########
api/src/main/java/org/apache/cloudstack/api/response/PrivateGatewayResponse.java:
##########
@@ -30,31 +30,31 @@
public class PrivateGatewayResponse extends BaseResponseWithAssociatedNetwork
implements ControlledEntityResponse {
@SerializedName(ApiConstants.ID)
- @Param(description = "the id of the private gateway")
+ @Param(description = "The id of the private gateway")
private String id;
@SerializedName(ApiConstants.GATEWAY)
- @Param(description = "the gateway")
+ @Param(description = "The gateway")
private String gateway;
@SerializedName(ApiConstants.NETMASK)
- @Param(description = "the private gateway's netmask")
+ @Param(description = "The private gateway's netmask")
private String netmask;
@SerializedName(ApiConstants.IP_ADDRESS)
- @Param(description = "the private gateway's ip address")
+ @Param(description = "The private gateway's IP address")
private String address;
@SerializedName(ApiConstants.ZONE_ID)
- @Param(description = "zone id of the private gateway")
+ @Param(description = "Zone id of the private gateway")
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]