You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/22 14:01:24 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec ProcessDestroyer.java

donaldp     01/12/22 05:01:24

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec
                        ProcessDestroyer.java
  Log:
  Reorder imports.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ProcessDestroyer.java
  
  Index: ProcessDestroyer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ProcessDestroyer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProcessDestroyer.java	2001/12/21 14:21:20	1.2
  +++ ProcessDestroyer.java	2001/12/22 13:01:24	1.3
  @@ -8,8 +8,8 @@
   package org.apache.tools.ant.taskdefs.exec;
   
   import java.lang.reflect.Method;
  -import java.util.Iterator;
   import java.util.ArrayList;
  +import java.util.Iterator;
   
   /**
    * Destroys all registered <code>Process</code>es when the VM exits.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>