src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java
branchhttp-client-branch
changeset 56087 e73e506a1969
parent 56086 ba42a59d3072
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java	Tue Feb 06 19:29:33 2018 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java	Tue Feb 06 19:33:23 2018 +0000
@@ -44,7 +44,6 @@
 
 /**
  * An HTTP Client.
- * {@Incubating}
  *
  * <p> An {@code HttpClient} can be used to send requests and retrieve their
  * responses. An {@code HttpClient} is created through a {@link
@@ -122,7 +121,6 @@
 
     /**
      * A builder of immutable {@link HttpClient}s.
-     * {@Incubating}
      *
      * <p> Builders are created by invoking {@linkplain HttpClient#newBuilder()
      * newBuilder}. Each of the setter methods modifies the state of the builder
@@ -385,7 +383,6 @@
 
     /**
      * The HTTP protocol version.
-     * {@Incubating}
      *
      * @since 11
      */
@@ -404,7 +401,6 @@
 
     /**
      * Defines automatic redirection policy.
-     * {@Incubating}
      *
      * <p> This is checked whenever a {@code 3XX} response code is received. If
      * redirection does not happen automatically then the response is returned