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