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 2011/01/28 17:52:17 UTC

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

Author: mukulg
Date: Fri Jan 28 16:52:17 2011
New Revision: 1064773

URL: http://svn.apache.org/viewvc?rev=1064773&view=rev
Log:
minor improvement to wordings of comments

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

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java?rev=1064773&r1=1064772&r2=1064773&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java Fri Jan 28 16:52:17 2011
@@ -446,8 +446,8 @@ public class XMLAssertPsychopathImpl ext
                  }
             }
             else if (isTypeDerivedFromUnion) {
-                // although Xerces XSModel treats this case as a simpleType with variety union, but from assertions perspective,
-                // this is treated like a "simpleType -> restriction" case (which also appears to be syntactically in every case?).
+                // although Xerces XSModel treats this case as a simpleType with variety union, but from assertions perspective
+                // this is treated like a "simpleType -> restriction" case (which also appears to be syntactically true in every case?).
                 // REVISIT...
                 setValueOf$ValueForSTVarietyUnion(value, memberTypes);
                 AssertionError assertError = evaluateAssertion(element, assertImpl, value, false, false);



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