NodeConnector custom type
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / utils / INodeFactory.java
index 29ba7d6222537cf24f2c4c922aefdfbdeeb79609..dce6eb03f6885329cfd910ade984366ff7a8e5c8 100644 (file)
@@ -23,5 +23,5 @@ public interface INodeFactory {
      * Method to get custom node types from protocol plugins
      *
      */
-    public Node fromString(String nodeId, String nodeType);
+    public Node fromString(String nodeType, String nodeId);
 }