Bump mdsal to 5.0.2
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / restconf / impl / RestconfProviderImpl.java
index a78b9cc285862fd9aad9025017fc979342bb32ea..90abb177db75609d05cb2685a117d200849ac1ab 100644 (file)
@@ -40,7 +40,7 @@ public class RestconfProviderImpl extends AbstractMXBean
 
     public void start() {
         this.webSocketServerThread = new Thread(WebSocketServer.createInstance(
-                websocketAddress.stringValue(), websocketPort.getValue()));
+                websocketAddress.stringValue(), websocketPort.getValue().toJava()));
         this.webSocketServerThread.setName("Web socket server on port " + websocketPort);
         this.webSocketServerThread.start();