src/java.net.http/share/classes/java/net/http/HttpResponse.java
branchhttp-client-branch
changeset 56677 f57700f449bd
parent 56654 b72e5af6fb6b
child 56795 03ece2518428
--- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Wed Jun 06 12:10:30 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Wed Jun 06 13:57:19 2018 +0100
@@ -830,7 +830,7 @@
      * BodySubscriber} provides implementations of many common body subscribers.
      *
      * <p> The object acts as a {@link Flow.Subscriber}&lt;{@link List}&lt;{@link
-     * ByteBuffer}&gt;&gt; to the HTTP client implementation, which publishes
+     * ByteBuffer}&gt;&gt; to the HTTP Client implementation, which publishes
      * lists of ByteBuffers containing the response body. The Flow of data, as
      * well as the order of ByteBuffers in the Flow lists, is a strictly ordered
      * representation of the response body. Both the Lists and the ByteBuffers,