8336239: Fix javadoc markup in java.lang.Process
Reviewed-by: jpai
This commit is contained in:
parent
b32e4a68bc
commit
6fcd49f943
@ -64,7 +64,7 @@ import java.util.stream.Stream;
|
||||
* {@link #getInputStream()}, and
|
||||
* {@link #getErrorStream()}.
|
||||
* The I/O streams of characters and lines can be written and read using the methods
|
||||
* {@link #outputWriter()}, {@link #outputWriter(Charset)}},
|
||||
* {@link #outputWriter()}, {@link #outputWriter(Charset)},
|
||||
* {@link #inputReader()}, {@link #inputReader(Charset)},
|
||||
* {@link #errorReader()}, and {@link #errorReader(Charset)}.
|
||||
* The parent process uses these streams to feed input to and get output
|
||||
|
Loading…
Reference in New Issue
Block a user