BUG-432 Registration change
[openflowplugin.git] / test-provider / src / main / java / org / opendaylight / openflowplugin / test / OpenflowpluginMeterTestCommandProvider.java
index 7337842acf256ca1e0a545f037a8ea3735b51d32..471232cacfecd81b5ecbe6a464db89f8e8f6af2a 100644 (file)
@@ -68,7 +68,7 @@ public class OpenflowpluginMeterTestCommandProvider implements CommandProvider {
     private final String updatedMeterName = "Bar";
     private final MeterEventListener meterEventListener = new MeterEventListener();
     private static NotificationService notificationService;
-    private Registration<org.opendaylight.yangtools.yang.binding.NotificationListener> listener1Reg;
+    private Registration listener1Reg;
 
     public OpenflowpluginMeterTestCommandProvider(BundleContext ctx) {
         this.ctx = ctx;