remove test code

This commit is contained in:
Edison Su 2011-02-23 16:01:00 -05:00
parent 2f284d92b5
commit 0a1af426df

View File

@ -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() {