diff -r 3a9384c12260 -r 8934429cfb0b src/java.net.http/share/classes/java/net/http/HttpClient.java --- a/src/java.net.http/share/classes/java/net/http/HttpClient.java Wed Nov 14 18:49:02 2018 -0500 +++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java Wed Nov 14 16:11:21 2018 -0800 @@ -104,7 +104,7 @@ * .thenApply(HttpResponse::body) * .thenAccept(System.out::println); } * - *

Security checks + *

Security checks * *

If a security manager is present then security checks are performed by * the HTTP Client's sending methods. An appropriate {@link URLPermission} is @@ -327,7 +327,7 @@ * then newly built clients will use the {@linkplain * ProxySelector#getDefault() default proxy selector}, which is usually * adequate for client applications. The default proxy selector supports - * a set of system properties related to + * a set of system properties related to * * proxy settings. This default behavior can be disabled by * supplying an explicit proxy selector, such as {@link #NO_PROXY} or