8220237: ProcessBuilder API documentation typo

Reviewed-by: dfuchs
This commit is contained in:
Roger Riggs 2019-03-12 12:48:03 -04:00
parent 2434c6f10c
commit 2f3fc244eb

View File

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