On Sat, 27 May 2023 22:31:28 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Straightforward doc refactoring to use snippets. > > src/java.base/share/classes/java/lang/Class.java line 356: > >> 354: * >> 355: * {@snippet lang="java" : >> 356: * Class<?> t = Class.forName("java.lang.Thread") > > This should have a final semicolon, as it's already a variable declaration > and initialization. Sure; will fix in next push. Thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14194#discussion_r1210535293