RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v6]

Maurizio Cimadamore mcimadamore at openjdk.org
Wed Nov 16 18:28:23 UTC 2022


On Wed, 16 Nov 2022 15:58:49 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> src/jdk.incubator.concurrent/share/classes/jdk/incubator/concurrent/ScopedValue.java line 460:
>> 
>>> 458:      * }
>>> 459:      *
>>> 460:      * @param key the ScopedValue key
>> 
>> should use `@code` or `@link`
>
> Sorry, I don't understand what you want.

There is a "bare" reference to `ScopedValue`. Should it be `{@code ScopedValue}` or `{@link ScopedValue}` ?

-------------

PR: https://git.openjdk.org/jdk/pull/10952


More information about the core-libs-dev mailing list