On Fri, 25 Nov 2022 13:37:36 GMT, Michael McMahon <[email protected]> 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