@RogerRiggs review comments

This commit is contained in:
iklam 2026-01-26 13:42:21 -08:00
parent 4b7d30c02c
commit 6210d8b208

View File

@ -931,7 +931,8 @@ public final class ProcessBuilder
* {@code system()}.
*
* @apiNote
* If {#code System.out} and/or {#code System.err} have been
* When the process is {@link #start started},
* if {#code System.out} and/or {#code System.err} have been
* closed in the current process, the corresponding output
* in the subprocess will be discarded.
*