Implementation for Restconf api call node
[ccsdk/sli/plugins.git] / restconf-client / provider / src / main / resources / META-INF / spring / restconf-client-context.xml
index 34344fe..f99f4f8 100644 (file)
 
     <!-- context:property-placeholder location="file:${SDNC_CONFIG_DIR}/ueb.properties" /-->
 
-    <bean id="restconfapiCallNode" class="org.onap.ccsdk.sli.plugins.restconfapicall.RestconfapiCallNode">
+    <bean id="restconfApiCallNode" class="org.onap.ccsdk.sli.plugins.restconfapicall.RestconfApiCallNode">
         <property name="uebServers" value="${servers}" />
     </bean>
 
     <bean id="restconfDiscoveryNode" class="org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode">
-        <property name="restconfapiCallNode" ref="restconfapiCallNode" />
+        <property name="restconfApiCallNode" ref="restconfApiCallNode" />
     </bean>
 
 </beans>