--- old/src/java.base/share/classes/java/lang/ProcessBuilder.java 2017-08-23 11:36:37.190688149 -0700 +++ new/src/java.base/share/classes/java/lang/ProcessBuilder.java 2017-08-23 11:36:36.978678853 -0700 @@ -1149,7 +1149,7 @@ * The {@link Process#getInputStream standard output} of all processes * except the last process are null input streams. *

- * The {@link #redirectErrorStream} of each ProcessBuilder applies to the + * The {@link #redirectErrorStream()} of each ProcessBuilder applies to the * respective process. If set to {@code true}, the error stream is written * to the same stream as standard output. *