RFR: 8253470: Javadoc clean up in Filter and Headers
Michael McMahon
michaelm at openjdk.java.net
Wed Sep 30 10:38:05 UTC 2020
On Wed, 30 Sep 2020 10:02:06 GMT, Patrick Concannon <pconcannon at openjdk.org> wrote:
> Hi,
>
> Could someone please review my doc-only fix for JDK-8253470 - 'Javadoc clean up in Filter and Headers' ?
>
> This fix is set of formatting changes intended to clean up the javadoc of the following classes :
>
> `com.sun.net.httpserver.Filter`
> `com.sun.net.httpserver.Filter.Chain`
> `com.sun.net.httpserver.Headers`
>
> This issue is a sub-task of [JDK-8252822](https://bugs.openjdk.java.net/browse/JDK-8252822)
>
> Kind regards,
> Patrick
src/jdk.httpserver/share/classes/com/sun/net/httpserver/Filter.java line 61:
> 59:
> 60: /**
> 61: * The last element in the chain must invoke the users
invoke the users -> invoke the user's
src/jdk.httpserver/share/classes/com/sun/net/httpserver/Headers.java line 53:
> 51: * HeaderName: value2
> 52: * </pre></blockquote>
> 53: *
The lines in the list look very long. Might be better to reformat to keep lines less than 80 chars (or whatever the
limit is supposed to be).
-------------
PR: https://git.openjdk.java.net/jdk/pull/429
More information about the net-dev
mailing list