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/01/10 05:00:20 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/dv/xs ListDV.java AbstractDateTimeDV.java

mrglavas    2005/01/09 20:00:20

  Modified:    java/src/org/apache/xerces/impl/dv/xs ListDV.java
                        AbstractDateTimeDV.java
  Log:
  Clean-up unused imports.
  
  Revision  Changes    Path
  1.11      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/ListDV.java
  
  Index: ListDV.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/ListDV.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ListDV.java	8 Oct 2004 15:20:39 -0000	1.10
  +++ ListDV.java	10 Jan 2005 04:00:20 -0000	1.11
  @@ -18,7 +18,6 @@
   
   import org.apache.xerces.impl.dv.InvalidDatatypeValueException;
   import org.apache.xerces.impl.dv.ValidationContext;
  -import org.apache.xerces.xs.XSException;
   import org.apache.xerces.xs.datatypes.ObjectList;
   
   /**
  
  
  
  1.29      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java
  
  Index: AbstractDateTimeDV.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- AbstractDateTimeDV.java	17 Dec 2004 20:21:24 -0000	1.28
  +++ AbstractDateTimeDV.java	10 Jan 2005 04:00:20 -0000	1.29
  @@ -17,7 +17,6 @@
   package org.apache.xerces.impl.dv.xs;
   
   import org.apache.xerces.impl.Constants;
  -import org.apache.xerces.xs.XSConstants;
   import org.apache.xerces.xs.datatypes.XSDateTime;
   
   /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org