Author: mukulg
Date: Tue Jun 23 05:23:37 2009
New Revision: 787546
URL: http://svn.apache.org/viewvc?rev=787546&view=rev
Log:
updated few code comments in line with the latest XML Schema 1.1 spec
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/assertion/XSAssertImpl.java
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/assertion/XSAssertImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/assertion/XSAssertImpl.java?rev=787546&r1=787545&r2=787546&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/assertion/XSAssertImpl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/assertion/XSAssertImpl.java
Tue Jun 23 05:23:37 2009
@@ -33,7 +33,7 @@
/** The type definition associated with the assertion component */
protected XSTypeDefinition fTypeDefinition;
- /** The restricted XPath 2.0 expression that represents the test attribute
*/
+ /** An XPath 2.0 expression that represents the test attribute */
protected Test fTestExpr = null;
/** Optional annotations */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]