Committed by
Gerrit Code Review
Remove an enum that is not referenced
Change-Id: I64f6b899aa6a6411375473f7ee9c9af068d49ef0
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -87,8 +87,6 @@ public class FlowRuleManager | ... | @@ -87,8 +87,6 @@ public class FlowRuleManager |
| 87 | extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService> | 87 | extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService> |
| 88 | implements FlowRuleService, FlowRuleProviderRegistry { | 88 | implements FlowRuleService, FlowRuleProviderRegistry { |
| 89 | 89 | ||
| 90 | - enum BatchState { STARTED, FINISHED, CANCELLED } | ||
| 91 | - | ||
| 92 | public static final String FLOW_RULE_NULL = "FlowRule cannot be null"; | 90 | public static final String FLOW_RULE_NULL = "FlowRule cannot be null"; |
| 93 | private static final boolean ALLOW_EXTRANEOUS_RULES = false; | 91 | private static final boolean ALLOW_EXTRANEOUS_RULES = false; |
| 94 | 92 | ... | ... |
-
Please register or login to post a comment