On Tue, 22 Oct 2024 16:53:45 GMT, Naoto Sato <[email protected]> wrote:

>> Hello Chen, the `{@systemProperty}` tag is expected to be used where the 
>> system property is being defined (the "Where should the tag be used?" 
>> section in 
>> https://mail.openjdk.org/pipermail/core-libs-dev/2018-November/056653.html). 
>> On this line, it's merely being referenced and the actual definition of this 
>> property is in the documentation of System.getProperties() method and there 
>> it correctly already uses a `{@systemProperty}` tag for this property 
>> https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/lang/System.java#L790
>
> @jaikiran is correct. `stdout.encoding` has already been searchable. That 
> said, using HTML anchor tag can be replaced with link tag. Also this 
> modification needs to be done for `stderr.encoding` too.

Indeed my bad, this is an href instead of an id.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21569#discussion_r1811080521

Reply via email to