X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fconnectionmanager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconnectionmanager%2Fnorthbound%2FConnectionManagerNorthbound.java;fp=opendaylight%2Fnorthbound%2Fconnectionmanager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconnectionmanager%2Fnorthbound%2FConnectionManagerNorthbound.java;h=e2c1b32c4bf3ab129604d3e66763b3913f0f03d2;hp=c069f82a84eff9e0acacd7eeec09942e7139d801;hb=41975c0422fb289eebc67a87ca2c7b1818820b18;hpb=23dc5bc2b7eb98203363bf050384ac176b2b21a9 diff --git a/opendaylight/northbound/connectionmanager/src/main/java/org/opendaylight/controller/connectionmanager/northbound/ConnectionManagerNorthbound.java b/opendaylight/northbound/connectionmanager/src/main/java/org/opendaylight/controller/connectionmanager/northbound/ConnectionManagerNorthbound.java index c069f82a84..e2c1b32c4b 100644 --- a/opendaylight/northbound/connectionmanager/src/main/java/org/opendaylight/controller/connectionmanager/northbound/ConnectionManagerNorthbound.java +++ b/opendaylight/northbound/connectionmanager/src/main/java/org/opendaylight/controller/connectionmanager/northbound/ConnectionManagerNorthbound.java @@ -334,7 +334,7 @@ public class ConnectionManagerNorthbound { } try { - Node node = new Node(nodeType, nodeId); + Node node = Node.fromString(nodeType, nodeId); Status status = connectionManager.disconnect(node); if (status.isSuccess()) { return Response.ok().build();