Remove an enum that is not referenced

Change-Id: I64f6b899aa6a6411375473f7ee9c9af068d49ef0
This commit is contained in:
Sho SHIMIZU 2015-05-27 11:34:54 -07:00 committed by Gerrit Code Review
parent d9333d680b
commit b3f167d59b

View File

@ -87,8 +87,6 @@ public class FlowRuleManager
extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService>
implements FlowRuleService, FlowRuleProviderRegistry {
enum BatchState { STARTED, FINISHED, CANCELLED }
public static final String FLOW_RULE_NULL = "FlowRule cannot be null";
private static final boolean ALLOW_EXTRANEOUS_RULES = false;