You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/03/22 04:40:06 UTC

cvs commit: xml-xerces/java/src/org/apache/xml/serialize DOMSerializerImpl.java

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org