We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d10f43 commit b5b3762Copy full SHA for b5b3762
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