Bump MRI upstreams
[bgpcep.git] / pcep / segment-routing / src / main / resources / OSGI-INF / blueprint / pcep-segment-routing.xml
index 2569ac1ea8a19aaf143c895123a335d3ec7a1656..bb1cd26219fa92df8b20cb91bb3912c224e4709c 100644 (file)
@@ -16,7 +16,7 @@
 
   <bean id="segmentRoutingActivator" class="org.opendaylight.protocol.pcep.segment.routing.SegmentRoutingActivator">
     <argument>
-      <bean factory-ref="segmentRoutingConfig" factory-method="isIanaSrSubobjectsType"/>
+      <bean factory-ref="segmentRoutingConfig" factory-method="getIanaSrSubobjectsType"/>
     </argument>
   </bean>
 
 
   <bean id="segmentRoutingCapability" class="org.opendaylight.protocol.pcep.segment.routing.PCEPSegmentRoutingCapability">
     <argument>
-      <bean factory-ref="segmentRoutingConfig" factory-method="isSrCapable"/>
+      <bean factory-ref="segmentRoutingConfig" factory-method="getSrCapable"/>
     </argument>
   </bean>
 
   <service ref="segmentRoutingCapability" interface="org.opendaylight.protocol.pcep.PCEPCapability"
           odl:type="org.opendaylight.protocol.pcep.segment.routing.PCEPSegmentRoutingCapability"/>
-</blueprint>
\ No newline at end of file
+</blueprint>