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


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/network/UpdateNetworkCmdByAdmin.java:
##########
@@ -29,7 +29,7 @@
 @APICommand(name = "updateNetwork", description = "Updates a network", 
responseObject = NetworkResponse.class, responseView = ResponseView.Full, 
entityType = {Network.class},
         requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 public class UpdateNetworkCmdByAdmin extends UpdateNetworkCmd implements 
AdminCmd {
-    @Parameter(name= ApiConstants.HIDE_IP_ADDRESS_USAGE, 
type=CommandType.BOOLEAN, description="when true ip address usage for the 
network will not be exported by the listUsageRecords API")
+    @Parameter(name= ApiConstants.HIDE_IP_ADDRESS_USAGE, 
type=CommandType.BOOLEAN, description = "When true ip address usage for the 
network will not be exported by the listUsageRecords API")

Review Comment:
   'IP address'?



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