You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2002/07/18 22:50:09 UTC

cvs commit: xml-xerces/java/samples/simpletype SimpleTypeUsage.java

sandygao    2002/07/18 13:50:09

  Modified:    java/samples/simpletype SimpleTypeUsage.java
  Log:
  The interface "ValidationContext" was moved to impl.dv.
  This sample needs to be updated accordingly.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/java/samples/simpletype/SimpleTypeUsage.java
  
  Index: SimpleTypeUsage.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/simpletype/SimpleTypeUsage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleTypeUsage.java	16 May 2002 18:27:24 -0000	1.2
  +++ SimpleTypeUsage.java	18 Jul 2002 20:50:08 -0000	1.3
  @@ -65,7 +65,7 @@
   import org.apache.xerces.impl.dv.InvalidDatatypeValueException;
   import org.apache.xerces.impl.xs.XSTypeDecl;
   import org.apache.xerces.impl.xs.SchemaSymbols;
  -import org.apache.xerces.impl.validation.ValidationContext;
  +import org.apache.xerces.impl.dv.ValidationContext;
   import org.apache.xerces.impl.validation.ValidationState;
   import org.apache.xerces.impl.xs.psvi.*;
   
  
  
  

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