[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    svn commit: r807392 -
From:       knoaman () apache ! org
Date:       2009-08-24 21:44:35
Message-ID: 20090824214436.014CC2388871 () eris ! apache ! org
[Download RAW message or body]

Author: knoaman
Date: Mon Aug 24 21:44:35 2009
New Revision: 807392

URL: http://svn.apache.org/viewvc?rev=807392&view=rev
Log:
Fix typo. Wrong variable name was used.

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=807392&r1=807391&r2=807392&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 \
Mon Aug 24 21:44:35 2009 @@ -205,7 +205,7 @@
                     grammar.addGlobalComplexTypeDecl(type, loc);
                 }
                 else {
-                    if (type instanceof XSComplexTypeDecl) {
+                    if (type2 instanceof XSComplexTypeDecl) {
                         type = (XSComplexTypeDecl) type2;
                     }
                 }



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic