http-client-branch: fix for bad @link target in ofPublisher http-client-branch
authorchegar
Mon, 16 Jul 2018 13:26:39 +0100
branchhttp-client-branch
changeset 56834 577317b61442
parent 56833 be0819373531
child 56839 8ca7b2673b12
http-client-branch: fix for bad @link target in ofPublisher
src/java.net.http/share/classes/java/net/http/HttpResponse.java
--- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Mon Jul 16 12:11:02 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Mon Jul 16 13:26:39 2018 +0100
@@ -1188,7 +1188,7 @@
 
         /**
          * Returns a response subscriber which publishes the response body
-         * through a {@link Publisher Publisher<List<ByteBuffer>>}.
+         * through a {@code Publisher<List<ByteBuffer>>}.
          *
          * <p> The {@link HttpResponse} using this subscriber is available
          * immediately after the response headers have been read, without