You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2010/08/15 02:30:25 UTC

svn commit: r985607 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java

Author: mukulg
Date: Sun Aug 15 00:30:25 2010
New Revision: 985607

URL: http://svn.apache.org/viewvc?rev=985607&view=rev
Log:
improving few comments and an unused import

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java?rev=985607&r1=985606&r2=985607&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java Sun Aug 15 00:30:25 2010
@@ -20,7 +20,6 @@ package org.apache.xerces.impl.dv.xs;
 import org.apache.xerces.impl.dv.XSFacets;
 import org.apache.xerces.impl.dv.XSSimpleType;
 import org.apache.xerces.util.SymbolHash;
-import org.apache.xerces.xs.XSConstants;
 
 /**
  * A special factory to create/return built-in schema DVs and create user-defined DVs
@@ -64,7 +63,7 @@ public class Schema11DVFactoryImpl exten
         // add error
         fBuiltInTypes.put(ERROR, XSSimpleTypeDecl.fError);
 
-        // In XML Schema 1.1, ENTITIES, NMTOKENS, IDREFS have anyAtomicType
+        // In XML Schema 1.1, ENTITIES, NMTOKENS, IDREFS have anySimpleType
         // as the base type
         final XSFacets facets = new XSFacets();
         facets.minLength = 1;



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