Author: mukulg
Date: Fri Apr  1 05:36:48 2011
New Revision: 1087587

URL: http://svn.apache.org/viewvc?rev=1087587&view=rev
Log:
removing an unnecessary return statement

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

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java?rev=1087587&r1=1087586&r2=1087587&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
 Fri Apr  1 05:36:48 2011
@@ -1789,10 +1789,7 @@ class  XSDComplexTypeTraverser extends X
         fParticle = getErrorContent();
         // REVISIT: do we need to remove all attribute uses already added into
         // the attribute group? maybe it's ok to leave them there. -SG
-        fAttrGrp.fAttributeWC = getErrorWildcard();
-        
-        return;
-        
+        fAttrGrp.fAttributeWC = getErrorWildcard();        
     }
     
     private void contentBackup() {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to