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 na...@apache.org on 2009/01/06 13:02:19 UTC

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

Author: nandika
Date: Tue Jan  6 04:02:18 2009
New Revision: 731923

URL: http://svn.apache.org/viewvc?rev=731923&view=rev
Log:
comment added

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?rev=731923&r1=731922&r2=731923&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c Tue Jan  6 04:02:18 2009
@@ -52,7 +52,7 @@
 
     /** current event */
     int current_event;
-
+	/** Indicate the  current element level. */
     int element_level;
     axutil_hash_t *declared_namespaces;
 };