mrglavas    2005/03/21 19:40:06

  Modified:    java/src/org/apache/xml/serialize DOMSerializerImpl.java
  Log:
  Cleanup unused imports.
  
  Revision  Changes    Path
  1.33      +2 -3      
xml-xerces/java/src/org/apache/xml/serialize/DOMSerializerImpl.java
  
  Index: DOMSerializerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xml/serialize/DOMSerializerImpl.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- DOMSerializerImpl.java    28 Oct 2004 06:09:17 -0000      1.32
  +++ DOMSerializerImpl.java    22 Mar 2005 03:40:06 -0000      1.33
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999-2004 The Apache Software Foundation.
  + * Copyright 1999-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,7 +16,6 @@
   
   package org.apache.xml.serialize;
   
  -import java.io.File;
   import java.io.FileOutputStream;
   import java.io.IOException;
   import java.io.OutputStream;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to