Author: channa
Date: Tue May 27 22:25:19 2008
New Revision: 17469
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17469

Log:
Removed slash character.


Modified:
   
trunk/mashup/java/modules/core/src/org/wso2/mashup/dispatchers/UndispatchedOperationDispatcher.java

Modified: 
trunk/mashup/java/modules/core/src/org/wso2/mashup/dispatchers/UndispatchedOperationDispatcher.java
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/src/org/wso2/mashup/dispatchers/UndispatchedOperationDispatcher.java?rev=17469&r1=17468&r2=17469&view=diff
==============================================================================
--- 
trunk/mashup/java/modules/core/src/org/wso2/mashup/dispatchers/UndispatchedOperationDispatcher.java
 (original)
+++ 
trunk/mashup/java/modules/core/src/org/wso2/mashup/dispatchers/UndispatchedOperationDispatcher.java
 Tue May 27 22:25:19 2008
@@ -36,7 +36,7 @@
      * Called by Axis Engine to find the operation.
      */
     public AxisOperation findOperation(AxisService service, MessageContext 
messageContext)
-            throws AxisFault {                                                 
           \
+            throws AxisFault {
         AxisOperation operation = null;
         Parameter parameter = 
service.getParameter(MashupConstants.UNDISPATCHED_OPERATION);
         if (parameter != null) {

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to