src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java
branchhttp-client-branch
changeset 55764 34d7cc00f87a
parent 55763 634d8e14c172
child 55810 7fd3589d3388
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java	Sun Nov 05 17:32:13 2017 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java	Sun Nov 05 21:19:55 2017 +0000
@@ -803,7 +803,7 @@
          * of {@link #completion(CompletableFuture, CompletableFuture)} can be used to determine
          * when the final PUSH_PROMISE is received.
          *
-         * @param request the push promise
+         * @param pushPromise the push promise
          *
          * @return an optional body handler
          */