# HG changeset patch # User chegar # Date 1521653055 0 # Node ID ad7a3a17c86ad4a6b91258247e35b7d6c4622820 # Parent 857421616455609f38c412533b7a989065ed80f5 http-client-branch: missing

diff -r 857421616455 -r ad7a3a17c86a src/java.net.http/share/classes/java/net/http/WebSocket.java --- a/src/java.net.http/share/classes/java/net/http/WebSocket.java Wed Mar 21 17:10:53 2018 +0000 +++ b/src/java.net.http/share/classes/java/net/http/WebSocket.java Wed Mar 21 17:24:15 2018 +0000 @@ -336,7 +336,7 @@ * not more than {@code 125} bytes. These bytes are located from the * buffer's position to its limit. * - * Given that the WebSocket implementation will automatically send a + *

Given that the WebSocket implementation will automatically send a * reciprocal pong when a ping is received, it is rarely required to * send a pong message explicitly when a ping is received. * @@ -572,7 +572,7 @@ * {@code CompletableFuture} returned from this method the buffer will have * no remaining bytes. The buffer must not be accessed until after that. * - * Given that the WebSocket implementation will automatically send a + *

Given that the WebSocket implementation will automatically send a * reciprocal pong when a ping is received, it is rarely required to send a * pong message explicitly. *