Skip to content

Commit a620d63

Browse files
committed
Fix Javadoc for exitValue method exception tag
1 parent 8d10f43 commit a620d63

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)