sureshanaparti commented on code in PR #12013:
URL: https://github.com/apache/cloudstack/pull/12013#discussion_r2591985940
##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkACLCmd.java:
##########
@@ -238,6 +238,30 @@ public String getReason() {
return reason;
}
+ public void setCidrlist(List<String> cidrlist) {
Review Comment:
```suggestion
public void setCidrList(List<String> cidrList) {
```
change to `cidrList` wherever applicable
--
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]