mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8242366: Fix JavaDoc warnings
Reviewed-by: dfuchs, mullan, prappo, weijun
This commit is contained in:
parent
941bb3bcb8
commit
cc05419e1a
23 changed files with 44 additions and 56 deletions
|
@ -1077,7 +1077,7 @@ public final class ProcessBuilder
|
|||
* Start a new Process using an explicit array of redirects.
|
||||
* See {@link #start} for details of starting each Process.
|
||||
*
|
||||
* @param redirect array of redirects for stdin, stdout, stderr
|
||||
* @param redirects array of redirects for stdin, stdout, stderr
|
||||
* @return the new Process
|
||||
* @throws IOException if an I/O error occurs
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue