mirror of https://github.com/apache/cloudstack.git
remove test code
This commit is contained in:
parent
2f284d92b5
commit
0a1af426df
|
|
@ -91,8 +91,7 @@ public class CreateVlanIpRangeCmd extends BaseCmd {
|
|||
}
|
||||
|
||||
public Boolean isForVirtualNetwork() {
|
||||
return false;
|
||||
//return forVirtualNetwork == null ? true : forVirtualNetwork;
|
||||
return forVirtualNetwork == null ? true : forVirtualNetwork;
|
||||
}
|
||||
|
||||
public String getGateway() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue