RFR: 8296804: Document HttpClient configuration properties in java.net.http module-info [v8]

Daniel Fuchs dfuchs at openjdk.org
Fri Nov 25 14:31:49 UTC 2022


On Fri, 25 Nov 2022 13:37:36 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

>> Hi,
>> 
>> Could I get the following doc change reviewed please? It documents the system/networking properties used by the java.net.http HTTP client in its module-info. (CSR to follow)
>> 
>> Thanks,
>> Michael
>
> Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update after comments

src/java.net.http/share/classes/module-info.java line 76:

> 74:  * </li>
> 75:  * <li><p><b>{@systemProperty jdk.httpclient.HttpClient.log}</b> (default: none)<br>
> 76:  * Enables high-level logging of various events through the {@link java.lang.System.Logger Platform Logging

Should be `{@linkplain }` otherwise the text will be in fixed font.

-------------

PR: https://git.openjdk.org/jdk/pull/11241


More information about the net-dev mailing list