Author: mukulg
Date: Wed Sep 18 09:31:04 2019
New Revision: 1867108
URL: http://svn.apache.org/viewvc?rev=1867108&view=rev
Log:
minor modifications to comments
Modified:
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
Modified:
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java?rev=1867108&r1=1867107&r2=1867108&view=diff
==============================================================================
---
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
(original)
+++
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
Wed Sep 18 09:31:04 2019
@@ -1237,7 +1237,7 @@ class XSDComplexTypeTraverser extends X
if(annotation == null)
return;
// it isn't very likely that there will be more than one annotation
- // in a complexType decl. This saves us fromhaving to push/pop
+ // in a complexType decl. This saves us from having to push/pop
// one more object from the fGlobalStore, and that's bound
// to be a savings for most applications
if(fAnnotations == null) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]