Bump upstreams
[netconf.git] / restconf / websocket-client / src / main / java / org / opendaylight / restconf / websocket / client / WebSocketSessionHandler.java
index 6c5e2536a4ef404c7cb212ac9c35d0a48134b711..520a522c1adf342a28219bc85de2922188384747 100644 (file)
@@ -30,11 +30,10 @@ import org.slf4j.LoggerFactory;
  */
 @WebSocket
 public class WebSocketSessionHandler {
-
     private static final Logger LOG = LoggerFactory.getLogger(WebSocketSessionHandler.class);
 
     private final CountDownLatch sessionCloseLatch = new CountDownLatch(1);
-    Session webSocketSession;
+    Session webSocketSession = null;
 
     /**
      * Handling of the initialized web-socket session. Created web-socket session is saved.