On Wed, 7 Dec 2022 02:39:55 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Brent Christian has updated the pull request incrementally with one >> additional commit since the last revision: >> >> put examples into a list, in class doc only, not halt() > > src/java.base/share/classes/java/lang/Runtime.java line 98: > >> 96: * <li>{@code finally} clauses are not executed;</li> >> 97: * <li>{@linkplain Thread.UncaughtExceptionHandler uncaught exception >> handlers} are not run; and</li> >> 98: * <li>resources opened with try-with-resources are not {@linkplain >> AutoCloseable close}d;</li> > > Having the 'd' outside the link text looks very odd to me. Changed ------------- PR: https://git.openjdk.org/jdk/pull/11218