We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cef02f7 + a620d63 commit d3828e8Copy full SHA for d3828e8
1 file changed
src/main/java/ch/vorburger/exec/ManagedProcess.java
@@ -441,7 +441,7 @@ public void notifyProcessHalted() {
441
*
442
* @return the exit value of the subprocess represented by this <code>Process</code> object. by
443
* convention, the value <code>0</code> indicates normal termination.
444
- * @exception ManagedProcessException if the subprocess represented by this <code>ManagedProcess
+ * @throws ManagedProcessException if the subprocess represented by this <code>ManagedProcess
445
* </code> object has not yet terminated, or has terminated without an exit value.
446
*/
447
@Override
0 commit comments