src/java.net.http/share/classes/java/net/http/HttpResponse.java
changeset 55402 b78af6d8a252
parent 54096 acf36e8d61c6
--- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Tue Jun 18 11:06:29 2019 +0200
+++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Tue Jun 18 14:52:36 2019 +0100
@@ -1253,7 +1253,7 @@
         /**
          * Returns a {@code BodySubscriber} which buffers data before delivering
          * it to the given downstream subscriber. The subscriber guarantees to
-         * deliver {@code buffersize} bytes of data to each invocation of the
+         * deliver {@code bufferSize} bytes of data to each invocation of the
          * downstream's {@link BodySubscriber#onNext(Object) onNext} method,
          * except for the final invocation, just before
          * {@link BodySubscriber#onComplete() onComplete} is invoked. The final