Author: sgoeschl
Date: Tue Jan 1 13:29:57 2008
New Revision: 607921
URL: http://svn.apache.org/viewvc?rev=607921&view=rev
Log:
SANDBOX-204 Fixed javadocs
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java?rev=607921&r1=607920&r2=607921&view=diff
==============================================================================
---
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
(original)
+++
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
Tue Jan 1 13:29:57 2008
@@ -139,7 +139,7 @@
* been terminated either by 'error', timeout or manual intervention.
* Information will be discarded once a new process is ran.
*
- * @throws IOException
+ * @throws Exception
* a wrapped exception over the one that was silently swallowed
* and stored during the process run.
*/