RFR: 8253470: Javadoc clean up in Filter and Headers [v4]
Daniel Fuchs
dfuchs at openjdk.java.net
Thu Oct 1 15:46:08 UTC 2020
On Thu, 1 Oct 2020 14:27:10 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Patrick Concannon has updated the pull request with a new target base due to a merge or a rebase. The incremental
>> webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits
>> since the last revision:
>> - 8253470: further formatting changes added
>> - Merge remote-tracking branch 'origin/master' into JDK-8253470
>> - Merge remote-tracking branch 'origin/master' into JDK-8253470
>> - 8253470: Javadoc clean up in Filter and Headers
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/429
More information about the net-dev
mailing list