http-client-branch: minor spec rewording http-client-branch
authorchegar
Tue, 27 Feb 2018 14:59:28 +0000
branchhttp-client-branch
changeset 56202 00e183f919a1
parent 56201 533a1310dc46
child 56203 be57b0428d84
http-client-branch: minor spec rewording
src/java.net.http/share/classes/java/net/http/HttpClient.java
--- a/src/java.net.http/share/classes/java/net/http/HttpClient.java	Tue Feb 27 14:47:26 2018 +0000
+++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java	Tue Feb 27 14:59:28 2018 +0000
@@ -442,14 +442,16 @@
     }
 
     /**
-     * Defines automatic redirection policy.
+     * Defines the automatic redirection policy.
      *
-     * <p> This is checked whenever a {@code 3XX} response code is received. If
-     * redirection does not happen automatically then the response is returned
-     * to the user, where it can be handled manually.
+     * <p> The automatic redirection policy is checked whenever a {@code 3XX}
+     * response code is received. If redirection does not happen automatically,
+     * then the response, containing the  {@code 3XX} response code, is returned,
+     * where it can be handled manually.
      *
-     * <p> {@code Redirect} policy is set via the {@link
-     * HttpClient.Builder#followRedirects(HttpClient.Redirect)} method.
+     * <p> {@code Redirect} policy is set via the {@linkplain
+     * HttpClient.Builder#followRedirects(Redirect) Builder.followRedirects}
+     * method.
      *
      * @since 11
      */