BUG-432 Registration change
[openflowplugin.git] / test-provider / src / main / java / org / opendaylight / openflowplugin / test / OpenflowPluginBulkGroupTransactionProvider.java
index 1c33bbe159ba4eed237b7cabc89bbdef2c397a17..c2bec71f45de759ec596f16a1aa0989fbfb5ec37 100644 (file)
@@ -111,8 +111,8 @@ public class OpenflowPluginBulkGroupTransactionProvider implements CommandProvid
     private FlowBuilder testFlow;
     private final String originalFlowName = "Foo";
     private final NodeErrorListener nodeErrorListener = new NodeErrorListenerLoggingImpl();
-    private Registration<org.opendaylight.yangtools.yang.binding.NotificationListener> listener1Reg;
-    private Registration<org.opendaylight.yangtools.yang.binding.NotificationListener> listener2Reg;
+    private Registration listener1Reg;
+    private Registration listener2Reg;
     private Group testGroup;
     private Group testGroup2;
     private Node testNode12;