Committed by
Gerrit Code Review
FlowObjectiveManager not activated by default.
Caused the Corsa Driver to be triggered and provision incorrect set of rules. Change-Id: I96eadeb0eeac9ef94e6187be08faf68b0aa8caaf
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -60,7 +60,7 @@ import static com.google.common.base.Preconditions.checkState; | ... | @@ -60,7 +60,7 @@ import static com.google.common.base.Preconditions.checkState; |
60 | /** | 60 | /** |
61 | * Provides implementation of the flow objective programming service. | 61 | * Provides implementation of the flow objective programming service. |
62 | */ | 62 | */ |
63 | -@Component(immediate = true) | 63 | +@Component(immediate = false) |
64 | @Service | 64 | @Service |
65 | public class FlowObjectiveManager implements FlowObjectiveService { | 65 | public class FlowObjectiveManager implements FlowObjectiveService { |
66 | 66 | ... | ... |
-
Please register or login to post a comment