mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8220237: ProcessBuilder API documentation typo
Reviewed-by: dfuchs
This commit is contained in:
parent
2434c6f10c
commit
2f3fc244eb
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ import sun.security.action.GetPropertyAction;
|
|||
* <li><a id="redirect-output">a destination for <i>standard output</i>
|
||||
* and <i>standard error</i></a>. By default, the subprocess writes standard
|
||||
* output and standard error to pipes. Java code can access these pipes
|
||||
* via the input streams returned by {@link Process#getOutputStream()} and
|
||||
* via the input streams returned by {@link Process#getInputStream()} and
|
||||
* {@link Process#getErrorStream()}. However, standard output and
|
||||
* standard error may be redirected to other destinations using
|
||||
* {@link #redirectOutput(Redirect) redirectOutput} and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue