8056238: (process) ProcessBuilder.redirectError spec has a broken link

Reviewed-by: lancea
This commit is contained in:
Roger Riggs 2014-12-12 15:07:00 -05:00
parent 45770d3152
commit b13527e322

View File

@ -750,7 +750,7 @@ public final class ProcessBuilder
* {@link Process#getErrorStream()} will return a
* <a href="#redirect-output">null input stream</a>.
*
* <p>If the {@link #redirectErrorStream redirectErrorStream}
* <p>If the {@link #redirectErrorStream() redirectErrorStream}
* attribute has been set {@code true}, then the redirection set
* by this method has no effect.
*