Committed by
Gerrit Code Review
Tighten visibility because it is not needed to be public
Change-Id: I5925eeff3efa8d3581be1efd4763ad16d6414c9e
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -97,9 +97,8 @@ public class IntentManager | ... | @@ -97,9 +97,8 @@ public class IntentManager |
97 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 97 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
98 | protected EventDeliveryService eventDispatcher; | 98 | protected EventDeliveryService eventDispatcher; |
99 | 99 | ||
100 | - // TODO: make this protected due to short term hack for ONOS-1051 | ||
101 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 100 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
102 | - public FlowRuleService flowRuleService; | 101 | + protected FlowRuleService flowRuleService; |
103 | 102 | ||
104 | 103 | ||
105 | private ExecutorService batchExecutor; | 104 | private ExecutorService batchExecutor; | ... | ... |
-
Please register or login to post a comment