src/java.net.http/share/classes/java/net/http/HttpClient.java
branchhttp-client-branch
changeset 56665 67fb9313d860
parent 56621 a85c163fc41c
child 56676 7b616fbd7d5b
--- a/src/java.net.http/share/classes/java/net/http/HttpClient.java	Fri Jun 01 18:10:56 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java	Tue Jun 05 15:32:02 2018 +0100
@@ -451,7 +451,7 @@
      * 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 {@linkplain
+     * <p> {@code Redirect} policy is set through the {@linkplain
      * HttpClient.Builder#followRedirects(Redirect) Builder.followRedirects}
      * method.
      *