src/java.net.http/share/classes/java/net/http/HttpClient.java
branchhttp-client-branch
changeset 56278 8bc5fb608e30
parent 56203 be57b0428d84
child 56280 2baa59cfe37b
--- a/src/java.net.http/share/classes/java/net/http/HttpClient.java	Sun Mar 11 13:50:18 2018 +0000
+++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java	Mon Mar 12 13:11:15 2018 +0000
@@ -358,7 +358,7 @@
      * builder, then the {@code Optional} is empty.
      *
      * <p> Even though this method may return an empty optional, the {@code
-     * HttpClient} may still have an non-exposed {@linkplain
+     * HttpClient} may still have a non-exposed {@linkplain
      * Builder#proxy(ProxySelector) default proxy selector} that is
      * used for sending HTTP requests.
      *