bug 13084: network traffic type for simualtor, by default should be null not ""

status 13084: resolved fixed
This commit is contained in:
Edison Su 2012-01-16 11:46:39 -08:00
parent a5900368b6
commit 4f464fc252
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class AddTrafficTypeCmd extends BaseAsyncCreateCmd {
public String getSimulatorLabel() {
//simulators will have no labels
return "";
return null;
}
public void setVlan(String vlan) {