You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/01/25 16:42:58 UTC

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

peterreilly    2005/01/25 07:42:58

  Modified:    src/main/org/apache/tools/ant/helper
                        SingleCheckExecutor.java
  Log:
  remove unused import
  
  Revision  Changes    Path
  1.3       +1 -3      ant/src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java
  
  Index: SingleCheckExecutor.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SingleCheckExecutor.java	7 Dec 2004 06:43:42 -0000	1.2
  +++ SingleCheckExecutor.java	25 Jan 2005 15:42:58 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2004-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  @@ -17,8 +17,6 @@
   
   package org.apache.tools.ant.helper;
   
  -
  -import java.util.Vector;
   
   import org.apache.tools.ant.Project;
   import org.apache.tools.ant.Executor;
  
  
  

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