Author: knoaman
Date: Thu Aug 11 14:14:00 2011
New Revision: 1156625

URL: http://svn.apache.org/viewvc?rev=1156625&view=rev
Log:
Fix typo - Wrong message key was used

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=1156625&r1=1156624&r2=1156625&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
 Thu Aug 11 14:14:00 2011
@@ -2360,7 +2360,7 @@ public class XMLSchemaValidator
                         }
                         if 
(!fXSConstraints.checkTypeDerivationOk(fCurrentType, elemType, block)) {
                             reportSchemaError(
-                                    "cvc-elt.4.cos-element-consistent.4.a",
+                                    "cos-element-consistent.4.a",
                                     new Object[] { element.rawname, 
fCurrentType, elemType.getName()});
                         }
                     }



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

Reply via email to