http-client-branch: review comment - additional minor javadoc clean up http-client-branch
authorchegar
Mon, 16 Apr 2018 17:28:29 +0100
branchhttp-client-branch
changeset 56439 60781b7235d6
parent 56438 f2f496ec03c6
child 56440 bb7ba987b170
http-client-branch: review comment - additional minor javadoc clean up
src/java.net.http/share/classes/java/net/http/HttpResponse.java
--- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Mon Apr 16 17:25:08 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Mon Apr 16 17:28:29 2018 +0100
@@ -201,11 +201,10 @@
      * BodySubscriber}. The {@code BodySubscriber} consumes the actual response
      * body bytes and, typically, converts them into a higher-level Java type.
      *
-     * <p> A {@code BodyHandler} is a function that takes a {@link ResponseInfo}
-     * object; and which returns a
-     * {@code BodySubscriber}. The {@code BodyHandler} is invoked when the
-     * response status code and headers are available, but before the response
-     * body bytes are received.
+     * <p> A {@code BodyHandler} is a function that takes a {@link ResponseInfo
+     * ResponseInfo} object; and which returns a {@code BodySubscriber}. The
+     * {@code BodyHandler} is invoked when the response status code and headers
+     * are available, but before the response  body bytes are received.
      *
      * <p> The following example uses one of the {@linkplain BodyHandlers
      * predefined body handlers} that always process the response body in the