Author: mukulg
Date: Tue Feb 23 03:27:11 2010
New Revision: 915158

URL: http://svn.apache.org/viewvc?rev=915158&view=rev
Log:
doing some minor spelling corrections, and cleaning a duplicate import statement

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

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java?rev=915158&r1=915157&r2=915158&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
 Tue Feb 23 03:27:11 2010
@@ -20,7 +20,6 @@
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.HashMap;
-import java.util.HashMap;
 import java.util.Hashtable;
 import java.util.Iterator;
 import java.util.Map;
@@ -2484,7 +2483,7 @@
        Object assertObject = null;
             
        if (typeDef.getTypeCategory() == XSTypeDefinition.COMPLEX_TYPE) {
-          // if elements's governing type is a "complex type"
+          // if element's governing type is a "complex type"
           XSObjectListImpl assertions = new XSObjectListImpl();                
           XSComplexTypeDefinition complexTypeDef = (XSComplexTypeDefinition) 
typeDef;
           
@@ -2554,7 +2553,7 @@
           }
         }
         else if (typeDef.getTypeCategory() == XSTypeDefinition.SIMPLE_TYPE) {
-            // if elements's governing type is a "simple type"
+            // if element's governing type is a "simple type"
             XSSimpleTypeDefinition simpleTypeDef = (XSSimpleTypeDefinition) 
typeDef;
             XSObjectList facets = simpleTypeDef.getMultiValueFacets();
             for (int i = 0; i < facets.getLength(); i++) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to