# HG changeset patch # User chegar # Date 1531826561 -3600 # Node ID f0193a4828ef0fcc9be106082e65bd70365e618c # Parent c2e676c2cf7ba18e15c0b0686ff8301b2e02ae51 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher Reviewed-by: michaelm diff -r c2e676c2cf7b -r f0193a4828ef src/java.net.http/share/classes/java/net/http/HttpResponse.java --- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java Tue Jul 17 16:49:55 2018 +0530 +++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java Tue Jul 17 12:22:41 2018 +0100 @@ -1188,7 +1188,7 @@ /** * Returns a response subscriber which publishes the response body - * through a {@link Publisher Publisher>}. + * through a {@code Publisher>}. * *

The {@link HttpResponse} using this subscriber is available * immediately after the response headers have been read, without