RFR: 8253470: Javadoc clean up in Filter and Headers [v4]
Patrick Concannon
pconcannon at openjdk.java.net
Thu Oct 1 12:03:11 UTC 2020
On Wed, 30 Sep 2020 10:31:29 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 61:
>
>> 59:
>> 60: /**
>> 61: * The last element in the chain must invoke the users
>
> invoke the users -> invoke the user's
Change made in commit https://github.com/openjdk/jdk/pull/429/commits/4de7e6cac8681914f94c407b032fb8c1cb172828
> 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).
Change made in commit 4de7e6c - reduced line length to 80 chars
-------------
PR: https://git.openjdk.java.net/jdk/pull/429
More information about the net-dev
mailing list