You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2011/08/11 16:14:00 UTC

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

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-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org