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:31:37 UTC

cvs commit: ant/src/main/org/apache/tools/ant/filters StringInputStream.java

peterreilly    2005/01/25 07:31:37

  Modified:    src/main/org/apache/tools/ant/filters StringInputStream.java
  Log:
  remove unused import
  
  Revision  Changes    Path
  1.18      +1 -3      ant/src/main/org/apache/tools/ant/filters/StringInputStream.java
  
  Index: StringInputStream.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/filters/StringInputStream.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- StringInputStream.java	27 Mar 2004 21:22:58 -0000	1.17
  +++ StringInputStream.java	25 Jan 2005 15:31:36 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2002-2004 The Apache Software Foundation
  + * Copyright  2002-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.
  @@ -16,8 +16,6 @@
    */
   package org.apache.tools.ant.filters;
   
  -import java.io.IOException;
  -import java.io.InputStream;
   import java.io.StringReader;
   
   import org.apache.tools.ant.util.ReaderInputStream;
  
  
  

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