http-client-branch: typo in HttpClient.java http-client-branch
authordfuchs
Fri, 17 Nov 2017 12:27:28 +0000
branchhttp-client-branch
changeset 55830 15c2fc44b0cf
parent 55829 efae85a1c504
child 55831 deaf861d440e
http-client-branch: typo in HttpClient.java
src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java	Fri Nov 17 12:12:50 2017 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClient.java	Fri Nov 17 12:27:28 2017 +0000
@@ -99,7 +99,7 @@
      *
      * <p> Builders are created by invoking {@linkplain HttpClient#newBuilder()
      * newBuilder}. Each of the setter methods modifies the state of the builder
-     * and returns the same instance. Builders not thread-safe and should not be
+     * and returns the same instance. Builders are not thread-safe and should not be
      * used concurrently from multiple threads without external synchronization.
      *
      * @since 9