mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8336239: Fix javadoc markup in java.lang.Process
Reviewed-by: jpai
This commit is contained in:
parent
b32e4a68bc
commit
6fcd49f943
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue