You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2007/03/13 10:24:36 UTC

svn commit: r517606 - /webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c

Author: dushshantha
Date: Tue Mar 13 02:24:35 2007
New Revision: 517606

URL: http://svn.apache.org/viewvc?view=rev&rev=517606
Log:
fixed the problem in echo_non_blocking_dual sample
-This line, and those below, will be ignored--

M    om_stax_builder.c

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c?view=diff&rev=517606&r1=517605&r2=517606
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c Tue Mar 13 02:24:35 2007
@@ -686,7 +686,6 @@
 
             case AXIOM_XML_READER_EMPTY_ELEMENT:
                 node = axiom_stax_builder_create_om_element(om_builder, env);
-                break;
 
             case AXIOM_XML_READER_END_ELEMENT:
                 axiom_stax_builder_end_element(om_builder, env);



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