Fix DeviceFlowRegistry filling
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / registry / flow / DeviceFlowRegistry.java
index 4b8314a2120d7956eb49259dfe4e928b3dbe1293..1e574f64592dd25dc7b439bca7a08777bf40548f 100644 (file)
@@ -24,7 +24,7 @@ import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier;
  */
 public interface DeviceFlowRegistry extends AutoCloseable {
 
-    ListenableFuture<List<Optional<FlowCapableNode>>> fill(KeyedInstanceIdentifier<Node, NodeKey> instanceIdentifier);
+    ListenableFuture<List<Optional<FlowCapableNode>>> fill();
 
     FlowDescriptor retrieveIdForFlow(FlowRegistryKey flowRegistryKey);