BUG-432 Registration change
[openflowplugin.git] / drop-test / src / main / java / org / opendaylight / openflowplugin / droptest / DropTestProvider.java
index 1ec19d38cb87a0f402120ed7917543ac0fe6ab76..64f29c8cd31bd1ded902d5dd29ffaf8248f552d4 100644 (file)
@@ -20,7 +20,7 @@ public class DropTestProvider implements AutoCloseable {
 
     private DataProviderService _dataService;
     private NotificationProviderService _notificationService;
-    private Registration<NotificationListener> listenerRegistration;
+    private Registration listenerRegistration;
     private final DropTestCommiter commiter = new DropTestCommiter(this);
 
     public DropTestStats getStats() {