Committed by
Ray Milkey
Delete unnecessary semicolon
Change-Id: I56f8c0a5cba3b6ce25230c8d1c3339a4bea8c29f
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -80,7 +80,7 @@ public class FlowRuleManager | ... | @@ -80,7 +80,7 @@ public class FlowRuleManager |
80 | extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService> | 80 | extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService> |
81 | implements FlowRuleService, FlowRuleProviderRegistry { | 81 | implements FlowRuleService, FlowRuleProviderRegistry { |
82 | 82 | ||
83 | - enum BatchState { STARTED, FINISHED, CANCELLED }; | 83 | + enum BatchState { STARTED, FINISHED, CANCELLED } |
84 | 84 | ||
85 | public static final String FLOW_RULE_NULL = "FlowRule cannot be null"; | 85 | public static final String FLOW_RULE_NULL = "FlowRule cannot be null"; |
86 | private final Logger log = getLogger(getClass()); | 86 | private final Logger log = getLogger(getClass()); | ... | ... |
-
Please register or login to post a comment