8180183: Confusing javadoc comment to the getOutput(ProcessBuilder processBuilder) method of jdk.test.lib.process.ProcessTools

Reviewed-by: shade, iignatyev
This commit is contained in:
Dmitry Fazunenko 2017-05-12 18:06:36 +03:00
parent 3c9624aa8b
commit dc04d5f6b2

View File

@ -64,7 +64,7 @@ public final class ProcessTools {
/**
* Pumps stdout and stderr from running the process into a String.
*
* @param processHandler ProcessHandler to run.
* @param processBuilder ProcessBuilder to run.
* @return Output from process.
* @throws IOException If an I/O error occurs.
*/