On Thu, 1 Oct 2020 15:43:44 GMT, Daniel Fuchs <dfu...@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