Re: RFR [11] 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher

2018-07-16 Thread Michael McMahon
Looks fine Chris. - Michael. On 16/07/2018, 12:10, Chris Hegarty wrote: This is a review request for a small doc-only change to fix a "bad" use of angle brackets ( for a parameterized type ) as the target of an @link [*]. The simplest solution is to just replace the link with @code, since the

RFR [11] 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher

2018-07-16 Thread Chris Hegarty
This is a review request for a small doc-only change to fix a "bad" use of angle brackets ( for a parameterized type ) as the target of an @link [*]. The simplest solution is to just replace the link with @code, since the built javadoc contains the appropriate links in the method declaration.