You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by am...@apache.org on 2008/03/11 14:43:05 UTC

svn commit: r635921 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Stub.java

Author: amilas
Date: Tue Mar 11 06:42:56 2008
New Revision: 635921

URL: http://svn.apache.org/viewvc?rev=635921&view=rev
Log:
fixed the typo

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Stub.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Stub.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Stub.java?rev=635921&r1=635920&r2=635921&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Stub.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Stub.java Tue Mar 11 06:42:56 2008
@@ -217,7 +217,7 @@
         addHeader(omElementToadd,envelop,false);
     }
 
-    protected void addAnnonymousOperations(){
+    protected void addAnonymousOperations(){
         RobustOutOnlyAxisOperation robustoutoonlyOperation =
                 new RobustOutOnlyAxisOperation(ServiceClient.ANON_ROBUST_OUT_ONLY_OP);
         _service.addOperation(robustoutoonlyOperation);



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