http-client-branch: minor doc change http-client-branch
authorchegar
Fri, 17 Nov 2017 10:42:01 +0000
branchhttp-client-branch
changeset 55822 28dcbbc4148b
parent 55821 fa0fc03c0853
child 55823 bf59e29eff0c
http-client-branch: minor doc change
src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java	Thu Nov 16 19:56:44 2017 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java	Fri Nov 17 10:42:01 2017 +0000
@@ -63,10 +63,10 @@
     /**
      * Returns a new HttpClient with default settings.
      *
-     * Equivalent to {@code newBuilder().build()}.
+     * <p> Equivalent to {@code newBuilder().build()}.
      *
-     * The default settings include: the "GET" request method, a preference of
-     * {@linkplain HttpClient.Version#HTTP_2 HTTP/2}, a redirection policy of
+     * <p> The default settings include: the "GET" request method, a preference
+     * of {@linkplain HttpClient.Version#HTTP_2 HTTP/2}, a redirection policy of
      * {@linkplain Redirect#NEVER NEVER}, the {@linkplain
      * ProxySelector#getDefault() default proxy selector}, and the {@linkplain
      * SSLContext#getDefault() default SSL context}.