Update to new version of ADSAL components and its dependencies proposed by jenkins...
[controller.git] / opendaylight / protocol_plugins / stub / src / main / java / org / opendaylight / controller / protocol_plugins / stub / internal / InventoryService.java
index ec050fa305d17123fcada432873e747dd2273944..9f2454bbffa9d6ace80c29fafaf6e8ea770f460c 100644 (file)
@@ -65,6 +65,12 @@ public class InventoryService implements IPluginInInventoryService {
         }
     }
 
+    @Override
+    public Set<Node> getConfiguredNotConnectedNodes() {
+        // TODO
+        return null;
+    }
+
     /**
      * Function called by the dependency manager when all the required
      * dependencies are satisfied