src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/WebSocket.java
branchhttp-client-branch
changeset 56086 ba42a59d3072
parent 56055 7d387d151a3e
child 56087 e73e506a1969
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/WebSocket.java	Tue Feb 06 19:26:38 2018 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/WebSocket.java	Tue Feb 06 19:29:33 2018 +0000
@@ -82,7 +82,7 @@
  * listener receives Ping or Close messages, no mandatory actions from the
  * listener are required.
  *
- * @since 9
+ * @since 11
  */
 public interface WebSocket {
 
@@ -108,7 +108,7 @@
      * <p> Unless otherwise stated, {@code null} arguments will cause methods of
      * {@code Builder} to throw {@code NullPointerException}.
      *
-     * @since 9
+     * @since 11
      */
     interface Builder {
 
@@ -224,7 +224,7 @@
      * {@code CompletionStage}, {@code WebSocket} will behave as if the listener
      * returned a {@code CompletionStage} that is already completed normally.
      *
-     * @since 9
+     * @since 11
      */
     interface Listener {
 
@@ -467,7 +467,7 @@
      * messages.
      * {@Incubating}
      *
-     * @since 9
+     * @since 11
      */
     enum MessagePart {