nvazquez commented on a change in pull request #4561:
URL: https://github.com/apache/cloudstack/pull/4561#discussion_r550167642
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java
##########
@@ -48,7 +49,7 @@
@APICommand(name = "createNetwork", description = "Creates a network",
responseObject = NetworkResponse.class, responseView = ResponseView.Restricted,
entityType = {Network.class},
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
-public class CreateNetworkCmd extends BaseCmd implements UserCmd {
+public class CreateNetworkCmd extends BaseAsyncCmd implements UserCmd {
Review comment:
+1
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]