Review comment by @AlanBateman: use implNote instead. Also fixed whitespaces

This commit is contained in:
iklam 2026-02-14 21:30:14 -08:00
parent a528271025
commit bc999867a4

View File

@ -930,8 +930,8 @@ public final class ProcessBuilder
* command interpreters, or the standard C library function
* {@code system()}.
*
* @apiNote
* When the process is {@link #start started},
* @implNote
* 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.