On Thu, 20 May 2021 20:29:40 GMT, Naoto Sato <[email protected]> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Added throws for NPE, delegated zero-arg methods that use native.encoding
>> to
>> the 1-arg method with a charset, added tests for Redirect cases where the
>> streams are null-input or null-output streams.
>
> src/java.base/share/classes/java/lang/Process.java line 771:
>
>> 769:
>> 770: /**
>> 771: * {@return Charset for the native encoding or {@link
>> Charset#defaultCharset()}
>
> Need some edit here?
Looks odd, but is the correct syntax for the new {@return javadoc tag}.
See https://bugs.openjdk.java.net/browse/JDK-8075778
-------------
PR: https://git.openjdk.java.net/jdk/pull/4134