# HG changeset patch # User dfuchs # Date 1510921648 0 # Node ID 15c2fc44b0cf3a1365f63f20bf8dc2e212a4c597 # Parent efae85a1c504f51a75d0443b5c27f299f7160216 http-client-branch: typo in HttpClient.java diff -r efae85a1c504 -r 15c2fc44b0cf 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 @@ * *
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