DaanHoogland commented on code in PR #12000:
URL: https://github.com/apache/cloudstack/pull/12000#discussion_r2583857666
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreateManagementNetworkIpRangeCmd.java:
##########
@@ -34,6 +34,7 @@
import com.cloud.exception.ResourceAllocationException;
import com.cloud.exception.ResourceUnavailableException;
import com.cloud.user.Account;
+import org.apache.commons.lang3.StringUtils;
Review Comment:
```suggestion
import com.cloud.utils.StringUtils;
```
##########
server/src/main/java/com/cloud/server/ManagementServerImpl.java:
##########
@@ -3917,7 +3917,6 @@ public List<Class<?>> getCommands() {
cmdList.add(StartInternalLBVMCmd.class);
cmdList.add(ListInternalLBVMsCmd.class);
cmdList.add(ListNetworkIsolationMethodsCmd.class);
- cmdList.add(ListNetworkIsolationMethodsCmd.class);
Review Comment:
should this be deleted?
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/vlan/CreateVlanIpRangeCmd.java:
##########
@@ -38,6 +38,7 @@
import com.cloud.exception.ResourceAllocationException;
import com.cloud.exception.ResourceUnavailableException;
import com.cloud.user.Account;
+import org.apache.commons.lang3.StringUtils;
Review Comment:
```suggestion
import com.cloud.utils.StringUtils;
```
--
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]