On Tue, 14 Feb 2023 17:15:28 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add an @implNote to Runtime.exit to describe the java.lang.Runtime logging. > > src/java.base/share/classes/java/lang/Runtime.java line 160: > >> 158: * >> 159: * @implNote >> 160: * If the {@link System.Logger#getLogger(String) >> System.Logger.getLogger("java.lang.Runtime")} > > The link looks wrong to me: > Suggestion: > > * If the {@link System#getLogger(String) > System.getLogger("java.lang.Runtime")} > > See > https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/lang/System.html#getLogger(java.lang.String) yep, will fix. Oddly, the link worked. Thanks ------------- PR: https://git.openjdk.org/jdk/pull/12517