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