You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2004/12/14 21:54:00 UTC

cvs commit: ant/src/main/org/apache/tools/ant/helper DefaultExecutor.java

mbenson     2004/12/14 12:54:00

  Modified:    src/main/org/apache/tools/ant/helper DefaultExecutor.java
  Log:
  Javadoc reformatting.
  
  Revision  Changes    Path
  1.3       +2 -3      ant/src/main/org/apache/tools/ant/helper/DefaultExecutor.java
  
  Index: DefaultExecutor.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/helper/DefaultExecutor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultExecutor.java	7 Dec 2004 06:43:42 -0000	1.2
  +++ DefaultExecutor.java	14 Dec 2004 20:54:00 -0000	1.3
  @@ -24,9 +24,8 @@
   
   
   /**
  - * Default Target executor implementation.
  - * Runs each target individually (including all of its dependencies),
  - * halting immediately upon error.
  + * Default Target executor implementation. Runs each target individually
  + * (including all of its dependencies), halting immediately upon error.
    * @since Ant 1.6.3
    */
   public class DefaultExecutor implements Executor {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org