Author: sebb
Date: Tue Feb 17 23:25:13 2009
New Revision: 745295

URL: http://svn.apache.org/viewvc?rev=745295&view=rev
Log:
void methods can't have Javadoc @return entries

Modified:
    
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java

Modified: 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java?rev=745295&r1=745294&r2=745295&view=diff
==============================================================================
--- 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java 
(original)
+++ 
commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java 
Tue Feb 17 23:25:13 2009
@@ -148,7 +148,6 @@
      * @param environment The environment for the new process. If null, the 
environment
      *          of the current process is used.
      * @param handler capture process termination and exit code 
-     * @return process exit value
      * @throws ExecuteException execution of subprocess failed     
      */
     void execute(CommandLine command, Map environment, ExecuteResultHandler 
handler) throws ExecuteException, IOException;


Reply via email to