BUG-6973: Implement test for InstructionDeployer
[bgpcep.git] / programming / impl / src / main / resources / org / opendaylight / blueprint / programming.xml
index 38bd0fe749af098e10ed3d14278052d9e5190e83..0522b45e730f7d4db7b743958779774034d35316 100644 (file)
@@ -19,7 +19,7 @@
     <reference id="clusterSingletonServiceProvider"
                interface="org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider"/>
 
-    <bean id="IntructionDeployerImpl" class="org.opendaylight.bgpcep.programming.impl.InstructionDeployedImpl"
+    <bean id="IntructionDeployerImpl" class="org.opendaylight.bgpcep.programming.impl.InstructionDeployerImpl"
           destroy-method="close">
         <argument ref="dataBroker"/>
         <argument ref="rpcRegistry"/>