You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2006/07/22 16:46:59 UTC

svn commit: r424586 - /webservices/commons/trunk/modules/XmlSchema/src/org/apache/ws/commons/schema/SchemaBuilder.java

Author: ajith
Date: Sat Jul 22 07:46:59 2006
New Revision: 424586

URL: http://svn.apache.org/viewvc?rev=424586&view=rev
Log:
1. Fixing a minor mistake

Modified:
    webservices/commons/trunk/modules/XmlSchema/src/org/apache/ws/commons/schema/SchemaBuilder.java

Modified: webservices/commons/trunk/modules/XmlSchema/src/org/apache/ws/commons/schema/SchemaBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/org/apache/ws/commons/schema/SchemaBuilder.java?rev=424586&r1=424585&r2=424586&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/org/apache/ws/commons/schema/SchemaBuilder.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/org/apache/ws/commons/schema/SchemaBuilder.java Sat Jul 22 07:46:59 2006
@@ -1686,7 +1686,7 @@
         element.maxOccurs = getMaxOccurs(el);
 
         //process extra attributes and elements
-        processExtensibilityComponents(element,schemaEl);
+        processExtensibilityComponents(element,el);
 
         return element;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org