src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpRequest.java
branchhttp-client-branch
changeset 56087 e73e506a1969
parent 56086 ba42a59d3072
child 56088 38fac6d0521d
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpRequest.java	Tue Feb 06 19:29:33 2018 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpRequest.java	Tue Feb 06 19:33:23 2018 +0000
@@ -51,7 +51,6 @@
 
 /**
  * An HTTP request.
- * {@Incubating }
  *
  * <p> An {@code HttpRequest} instance is built through a {@code HttpRequest}
  * {@linkplain HttpRequest.Builder builder}. An {@code HttpRequest} builder
@@ -239,7 +238,6 @@
 
     /**
      * A builder of {@linkplain HttpRequest HTTP Requests}.
-     * {@Incubating}
      *
      * <p> Instances of {@code HttpRequest.Builder} are created by calling {@link
      * HttpRequest#newBuilder(URI)} or {@link HttpRequest#newBuilder()}.
@@ -575,7 +573,6 @@
     /**
      * A Publisher which converts high level Java objects into flows of
      * byte buffers suitable for sending as request bodies.
-     * {@Incubating}
      *
      * <p> The {@code BodyPublisher} class implements {@link Flow.Publisher
      * Flow.Publisher&lt;ByteBuffer&gt;} which means that a {@code BodyPublisher}