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 2010/07/27 16:43:43 UTC

svn commit: r979731 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaVersioningHelper.java

Author: mukulg
Date: Tue Jul 27 14:43:42 2010
New Revision: 979731

URL: http://svn.apache.org/viewvc?rev=979731&view=rev
Log:
changing comments slightly (since theoretically we could have implementation specific types and facets also)

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

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaVersioningHelper.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaVersioningHelper.java?rev=979731&r1=979730&r2=979731&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaVersioningHelper.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaVersioningHelper.java Tue Jul 27 14:43:42 2010
@@ -39,7 +39,7 @@ import org.apache.xerces.xni.QName;
  */
 public class SchemaVersioningHelper {
     
-    // list variables holding 'natively supported' XML Schema 1.1 types and facets
+    // list variables holding 'natively supported' XML Schema types and facets
     // by Xerces-J XML Schema 1.1 engine.    
     List typesSupported = null;
     List facetsSupported = null;



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