RFR: 8253470: Javadoc clean up in Filter and Headers [v4]
Patrick Concannon
pconcannon at openjdk.java.net
Fri Oct 2 09:02:42 UTC 2020
On Thu, 1 Oct 2020 15:43:44 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> src/jdk.httpserver/share/classes/com/sun/net/httpserver/Filter.java line 40:
>>
>>> 38: * are organised in chains, and are associated with {@link HttpContext} instances.
>>> 39: *
>>> 40: * <p> Each {@Filter} in the chain, invokes the next filter within its own
>>
>> @Filter Is that supposed to be {@code Filter} or {@link Filter}?
>
> Ah! I missed that. Well spotted Michael. Should be `{@code Filter}` of course.
Thanks for spotting this, Michael. I've rectified this in the latest commit
(https://github.com/openjdk/jdk/pull/429/commits/c4a654832e81740543313e2a86a245865f3283b9).
-------------
PR: https://git.openjdk.java.net/jdk/pull/429
More information about the net-dev
mailing list