You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2009/04/03 06:55:27 UTC

svn commit: r761527 - /ant/sandbox/parallelexecutor/src/main/org/apache/ant/parallelexecutor/ParallelExecutor.java

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;
     }