Committed by
Gerrit Code Review
Delete unnecessary semicolon
Change-Id: I19e82ef15c91411184f1bb9ad86dea668f48c63b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -97,7 +97,7 @@ import com.google.common.collect.Sets; | ... | @@ -97,7 +97,7 @@ import com.google.common.collect.Sets; |
97 | @Component(immediate = true) | 97 | @Component(immediate = true) |
98 | public class OpenFlowRuleProvider extends AbstractProvider implements FlowRuleProvider { | 98 | public class OpenFlowRuleProvider extends AbstractProvider implements FlowRuleProvider { |
99 | 99 | ||
100 | - enum BatchState { STARTED, FINISHED, CANCELLED }; | 100 | + enum BatchState { STARTED, FINISHED, CANCELLED } |
101 | 101 | ||
102 | private static final int LOWEST_PRIORITY = 0; | 102 | private static final int LOWEST_PRIORITY = 0; |
103 | 103 | ... | ... |
-
Please register or login to post a comment