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 di...@apache.org on 2009/02/09 06:43:01 UTC

svn commit: r742273 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl

Author: dimuthu
Date: Mon Feb  9 05:43:00 2009
New Revision: 742273

URL: http://svn.apache.org/viewvc?rev=742273&view=rev
Log:
correcting the comment for the exception union for generated stub header

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl?rev=742273&r1=742272&r2=742273&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl Mon Feb  9 05:43:00 2009
@@ -101,7 +101,7 @@
          <xsl:if test="count(fault/*)">
             /**
              * the generated fault union for operation "<xsl:value-of select="@name"/>",
-             * in a case you want to return a fault, put the appropriate adb object for
+             * in a case the server return a fault, the corresponding adb object will be loaded for
              * the union variable pointer comes as the last parameter of the method
              */
             typedef union