RFR: JDK-8308987: Update java.lang.Class to use javadoc snippets [v2]
Joe Darcy
darcy at openjdk.org
Tue May 30 16:47:42 UTC 2023
On Sun, 28 May 2023 18:50:45 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Respond to review feedback.
>
> src/java.base/share/classes/java/lang/Class.java line 426:
>
>> 424: * {@snippet lang="java" :
>> 425: * Class.forName("Foo", true, this.getClass().getClassLoader())
>> 426: * }
>
> Not important but there are at least 3 different indentation widths in the update. Does it look okay in the generated javadoc?
The previous blockquote tag normalized the space -- adjusted the leading whitespace to be consistent.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14194#discussion_r1210545457
More information about the core-libs-dev
mailing list