mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
Remove an enum that is not referenced
Change-Id: I64f6b899aa6a6411375473f7ee9c9af068d49ef0
This commit is contained in:
parent
d9333d680b
commit
b3f167d59b
@ -87,8 +87,6 @@ public class FlowRuleManager
|
|||||||
extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService>
|
extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService>
|
||||||
implements FlowRuleService, FlowRuleProviderRegistry {
|
implements FlowRuleService, FlowRuleProviderRegistry {
|
||||||
|
|
||||||
enum BatchState { STARTED, FINISHED, CANCELLED }
|
|
||||||
|
|
||||||
public static final String FLOW_RULE_NULL = "FlowRule cannot be null";
|
public static final String FLOW_RULE_NULL = "FlowRule cannot be null";
|
||||||
private static final boolean ALLOW_EXTRANEOUS_RULES = false;
|
private static final boolean ALLOW_EXTRANEOUS_RULES = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user