On Thu, 1 Oct 2020 14:27:10 GMT, Michael McMahon <micha...@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

Reply via email to