Removed unsupported state from the network offering

This commit is contained in:
Alena Prokharchyk 2011-11-16 16:16:37 -08:00
parent 45bfedb2c0
commit 8a0443341f

View File

@ -33,8 +33,7 @@ public interface NetworkOffering {
public enum State {
Disabled,
Enabled,
Inactive
Enabled
}
public final static String SystemPublicNetwork = "System-Public-Network";