BUG-432 Registration change
[openflowplugin.git] / test-provider / src / main / java / org / opendaylight / openflowplugin / test / OpenflowpluginTestNodeConnectorNotification.java
index 6eb0d32e20af20b3f456562315d287e44ff5827a..bbedb0098c5667b673ae75f61e7197b0b14bc184 100644 (file)
@@ -34,7 +34,7 @@ public class OpenflowpluginTestNodeConnectorNotification {
     private final BundleContext ctx;
     private final PortEventListener portEventListener = new PortEventListener();
     private static NotificationService notificationService;
-    private Registration<org.opendaylight.yangtools.yang.binding.NotificationListener> listenerReg;
+    private Registration listenerReg;
 
     public OpenflowpluginTestNodeConnectorNotification(BundleContext ctx) {
         this.ctx = ctx;