On Sat, 28 Sep 2024 00:56:02 GMT, Joe Darcy <[email protected]> wrote:
>> src/java.base/share/classes/java/lang/package-info.java line 63:
>>
>>> 61: * security policies.
>>> 62: *
>>> 63: * <p>Class {@link Throwable} encompasses objects that may be thrown
>>
>> We already have a link to `Class` in this doc comment. This one can stay
>> `{@code Class}`, which might be easier to read.
>
> Isn't that the first reference to "Throwable" and the only link?
Sorry, I sloppily positioned my previous comment. It's about `Class` not
`Throwable`. `@link` to `Class` appears on L29-30 and L46.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21215#discussion_r1779453015