NodeConnector custom type
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / core / Node.java
index 4c7f278209096e16c857f57c6f49d9da7ea94c9f..ef0c0667aa22eeff199ea83ad3769adfaba7cfb9 100644 (file)
@@ -445,7 +445,7 @@ public class Node implements Serializable {
                     .getGlobalInstance(INodeFactory.class, new Node(), "(protocolName="+typeStr+")");
             if(f==null)
                 return null;
-            return f.fromString(IDStr, typeStr);
+            return f.fromString(typeStr, IDStr);
         }
     }
 }