On Thu, 16 Feb 2023 16:52:14 GMT, Sean Mullan <[email protected]> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Correct System.getLogger link
>
> src/java.base/share/classes/java/lang/Runtime.java line 160:
>
>> 158: *
>> 159: * @implNote
>> 160: * If the {@link System#getLogger(String)
>> System.getLogger("java.lang.Runtime")}
>
> It may read better to use a textual description for the link, like "the
> system logger for `java.lang.Runtime`".
ok, will fix.
-------------
PR: https://git.openjdk.org/jdk/pull/12517