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: [email protected]
For additional commands, e-mail: [email protected]