Author: jhm
Date: Fri Apr  3 04:55:26 2009
New Revision: 761527

URL: http://svn.apache.org/viewvc?rev=761527&view=rev
Log:
Better documentation of getSubProjectExecutor()

Modified:
    
ant/sandbox/parallelexecutor/src/main/org/apache/ant/parallelexecutor/ParallelExecutor.java

Modified: 
ant/sandbox/parallelexecutor/src/main/org/apache/ant/parallelexecutor/ParallelExecutor.java
URL: 
http://svn.apache.org/viewvc/ant/sandbox/parallelexecutor/src/main/org/apache/ant/parallelexecutor/ParallelExecutor.java?rev=761527&r1=761526&r2=761527&view=diff
==============================================================================
--- 
ant/sandbox/parallelexecutor/src/main/org/apache/ant/parallelexecutor/ParallelExecutor.java
 (original)
+++ 
ant/sandbox/parallelexecutor/src/main/org/apache/ant/parallelexecutor/ParallelExecutor.java
 Fri Apr  3 04:55:26 2009
@@ -126,11 +126,10 @@
     
     
     /**
-     * not used
      * @see org.apache.tools.ant.Executor#getSubProjectExecutor()
      */
     public Executor getSubProjectExecutor() {
-        return null;
+        return this;
     }
     
     


Reply via email to