src/java.net.http/share/classes/java/net/http/HttpClient.java
branchhttp-client-branch
changeset 56621 a85c163fc41c
parent 56451 9585061fdb04
child 56665 67fb9313d860
--- a/src/java.net.http/share/classes/java/net/http/HttpClient.java	Fri May 25 16:13:11 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java	Tue May 29 13:42:04 2018 +0100
@@ -232,9 +232,9 @@
          *
          * <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 {@linkplain
-         * Executors#newCachedThreadPool(ThreadFactory) cached thread pool},
-         * with a custom thread factory.
+         * HttpClient}. The default executor uses a suitable {@linkplain
+         * java.util.concurrent.ThreadPoolExecutor thread pool}, with a custom
+         * thread factory.
          *
          * @implNote If a security manager has been installed, the thread
          * factory creates threads that run with an access control context that