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 ru...@apache.org on 2006/10/07 19:19:16 UTC

svn commit: r453964 - in /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description: ClientUtils.java HandlerDescription.java

Author: ruchithf
Date: Sat Oct  7 10:19:15 2006
New Revision: 453964

URL: http://svn.apache.org/viewvc?view=rev&rev=453964
Log:
Fixing typos

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/ClientUtils.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/ClientUtils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/ClientUtils.java?view=diff&rev=453964&r1=453963&r2=453964
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/ClientUtils.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/ClientUtils.java Sat Oct  7 10:19:15 2006
@@ -81,7 +81,7 @@
                     //need to ignore
                 }
             } else {
-                //assume listner transport as sender transport
+                //assume listener transport as sender transport
                 listenerTransportProtocol = msgCtxt.getTransportOut().getName().getLocalPart();
             }
         }

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java?view=diff&rev=453964&r1=453963&r2=453964
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java Sat Oct  7 10:19:15 2006
@@ -144,7 +144,7 @@
         return rules;
     }
 
-    // to check whether the parameter is locked at any levle
+    // to check whether the parameter is locked at any level
     public boolean isParameterLocked(String parameterName) {
         if (parent != null) {
             if (parent.isParameterLocked(parameterName)) {



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