Skip to content

Commit d3828e8

Browse files
authored
Merge branch 'main' into renovate/error-prone-monorepo
2 parents cef02f7 + a620d63 commit d3828e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ch/vorburger/exec/ManagedProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public void notifyProcessHalted() {
441441
*
442442
* @return the exit value of the subprocess represented by this <code>Process</code> object. by
443443
* convention, the value <code>0</code> indicates normal termination.
444-
* @exception ManagedProcessException if the subprocess represented by this <code>ManagedProcess
444+
* @throws ManagedProcessException if the subprocess represented by this <code>ManagedProcess
445445
* </code> object has not yet terminated, or has terminated without an exit value.
446446
*/
447447
@Override

0 commit comments

Comments
 (0)