http-client-branch: review comment - formatting in HttpRequest apidoc http-client-branch
authormichaelm
Wed, 20 Jun 2018 16:01:16 +0100
branchhttp-client-branch
changeset 56790 6bade8020cfa
parent 56789 c1cd2326e260
child 56792 9064af483bc5
http-client-branch: review comment - formatting in HttpRequest apidoc
src/java.net.http/share/classes/java/net/http/HttpRequest.java
--- 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