BUG-869: remove empty statements
[yangtools.git] / websocket / websocket-client / src / main / java / org / opendaylight / yangtools / websocket / client / WebSocketIClient.java
index 23253b2b3ddeadeb9252fb04369ef879cb37952e..b26f5003b8720f144c84a3e476b0a7d1e44cbe7e 100644 (file)
@@ -36,7 +36,7 @@ import com.google.common.base.Preconditions;
  */
 public class WebSocketIClient {
     private final EventLoopGroup group = new NioEventLoopGroup();
-    private final Bootstrap bootstrap = new Bootstrap();;
+    private final Bootstrap bootstrap = new Bootstrap();
     private final WebSocketClientHandler clientHandler;
     private final URI uri;
     private Channel clientChannel;