mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-12-11 14:24:03 +00:00
8220237: ProcessBuilder API documentation typo
Reviewed-by: dfuchs
This commit is contained in:
parent
2434c6f10c
commit
2f3fc244eb
@ -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…
Reference in New Issue
Block a user