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


##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/UpdateNetworkACLItemCmd.java:
##########
@@ -41,37 +41,37 @@ public class UpdateNetworkACLItemCmd extends 
BaseAsyncCustomIdCmd {
     // ////////////// API parameters /////////////////////
     // ///////////////////////////////////////////////////
 
-    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
NetworkACLItemResponse.class, required = true, description = "the ID of the 
network ACL item")
+    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
NetworkACLItemResponse.class, required = true, description = "The ID of the 
network ACL item")
     private Long id;
 
-    @Parameter(name = ApiConstants.PROTOCOL, type = CommandType.STRING, 
description = "the protocol for the ACL rule. Valid values are TCP/UDP/ICMP/ALL 
or valid protocol number")
+    @Parameter(name = ApiConstants.PROTOCOL, type = CommandType.STRING, 
description = "The protocol for the ACL rule. Valid values are TCP/UDP/ICMP/ALL 
or valid protocol number")
     private String protocol;
 
-    @Parameter(name = ApiConstants.START_PORT, type = CommandType.INTEGER, 
description = "the starting port of ACL")
+    @Parameter(name = ApiConstants.START_PORT, type = CommandType.INTEGER, 
description = "The starting port of ACL")
     private Integer publicStartPort;
 
-    @Parameter(name = ApiConstants.END_PORT, type = CommandType.INTEGER, 
description = "the ending port of ACL")
+    @Parameter(name = ApiConstants.END_PORT, type = CommandType.INTEGER, 
description = "The ending port of ACL")
     private Integer publicEndPort;
 
-    @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "the cidr list to allow 
traffic from/to. Multiple entries must be separated by a single comma character 
(,).")
+    @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "The cidr list to allow 
traffic from/to. Multiple entries must be separated by a single comma character 
(,).")

Review Comment:
   'CIDR'



-- 
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