http-client-branch: review comment: move default executor to implNote http-client-branch
authorchegar
Tue, 12 Jun 2018 12:47:27 +0100
branchhttp-client-branch
changeset 56745 b75307ee399a
parent 56744 efbae6e5b3cd
child 56747 d7954a135b1e
http-client-branch: review comment: move default executor to implNote
src/java.net.http/share/classes/java/net/http/HttpClient.java
--- a/src/java.net.http/share/classes/java/net/http/HttpClient.java	Tue Jun 12 10:38:31 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java	Tue Jun 12 12:47:27 2018 +0100
@@ -232,11 +232,10 @@
          *
          * <p> If this method is not invoked prior to {@linkplain #build()
          * building}, a default executor is created for each newly built {@code
-         * HttpClient}. The default executor uses a suitable {@linkplain
-         * java.util.concurrent.ThreadPoolExecutor thread pool}, with a custom
-         * thread factory.
+         * HttpClient}.
          *
-         * @implNote If a security manager has been installed, the thread
+         * @implNote The default executor uses a thread pool, with a custom
+         * thread factory. If a security manager has been installed, the thread
          * factory creates threads that run with an access control context that
          * has no permissions.
          *