--- a/src/java.net.http/share/classes/java/net/http/HttpRequest.java Wed Jun 20 15:56:17 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpRequest.java Wed Jun 20 16:01:16 2018 +0100
@@ -90,7 +90,7 @@
* HttpRequest#newBuilder(URI)} or {@link HttpRequest#newBuilder()}.
*
* <p> The builder can be used to configure per-request state, such as: the
- * request URI, the request method ( default is GET unless explicitly set ),
+ * request URI, the request method (default is GET unless explicitly set),
* specific request headers, etc. Each of the setter methods modifies the
* state of the builder and returns the same instance. The methods are not
* synchronized and should not be called from multiple threads without