RFR: 8341064: Define anchor point and index term for "wrapper classes" [v2]
Pavel Rappo
prappo at openjdk.org
Sat Sep 28 09:36:35 UTC 2024
On Sat, 28 Sep 2024 00:56:02 GMT, Joe Darcy <darcy at openjdk.org> 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
More information about the core-libs-dev
mailing list