You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/03/06 03:21:31 UTC

svn commit: r750752 - /ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/SoapExternalService.java

Author: midon
Date: Fri Mar  6 02:21:30 2009
New Revision: 750752

URL: http://svn.apache.org/viewvc?rev=750752&view=rev
Log:
I always a word somewhere

Modified:
    ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/SoapExternalService.java

Modified: ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/SoapExternalService.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/SoapExternalService.java?rev=750752&r1=750751&r2=750752&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/SoapExternalService.java (original)
+++ ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/SoapExternalService.java Fri Mar  6 02:21:30 2009
@@ -538,7 +538,7 @@
             OutInAxisOperation outInOperation = new OutInAxisOperation(ServiceClient.ANON_OUT_IN_OP);
             anonymousService.addOperation(outInOperation);
 
-            // set a right default action *after* operations have added to the service.
+            // set a right default action *after* operations have been added to the service.
             outOnlyOperation.setSoapAction("");
             outInOperation.setSoapAction("");
         }