RFR: 8191441: (Process) add Readers and Writer access to java.lang.Process streams [v3]

Kevin Rushforth kcr at openjdk.java.net
Mon May 24 22:33:42 UTC 2021


On Mon, 24 May 2021 18:55:33 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> 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

Hmm. Unless I'm missing something, you have mismatched curly braces.

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

PR: https://git.openjdk.java.net/jdk/pull/4134


More information about the core-libs-dev mailing list