diff --git a/api/src/com/cloud/api/commands/CreateIpForwardingRuleCmd.java b/api/src/com/cloud/api/commands/CreateIpForwardingRuleCmd.java index 5011ee4f76c..261c00321ed 100644 --- a/api/src/com/cloud/api/commands/CreateIpForwardingRuleCmd.java +++ b/api/src/com/cloud/api/commands/CreateIpForwardingRuleCmd.java @@ -276,9 +276,5 @@ public class CreateIpForwardingRuleCmd extends BaseAsyncCreateCmd implements Sta public List getSourceCidrList() { return null; } - - public List getSourceCidrList() { - return null; - } - + } diff --git a/api/src/com/cloud/api/response/CapabilitiesResponse.java b/api/src/com/cloud/api/response/CapabilitiesResponse.java index ba4fbcef978..c4cc3539c79 100644 --- a/api/src/com/cloud/api/response/CapabilitiesResponse.java +++ b/api/src/com/cloud/api/response/CapabilitiesResponse.java @@ -38,9 +38,6 @@ public class CapabilitiesResponse extends BaseResponse { @SerializedName("supportELB") @Param(description="true if region supports elastic load balancer on basic zones") private String supportELB; - @SerializedName("firewallRuleUiEnabled") @Param(description="true if the firewall rule UI is enabled") - private boolean firewallRuleUiEnabled; - public boolean getSecurityGroupsEnabled() { return securityGroupsEnabled; }