Author: ruwan Date: Wed May 28 23:37:38 2008 New Revision: 17548 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17548
Log: Fixing a few typos Modified: branches/esb/java/1.7/esb/java/modules/mediators/router/src/main/java/org/wso2/esb/mediators/eip/Route.java Modified: branches/esb/java/1.7/esb/java/modules/mediators/router/src/main/java/org/wso2/esb/mediators/eip/Route.java URL: http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/mediators/router/src/main/java/org/wso2/esb/mediators/eip/Route.java?rev=17548&r1=17547&r2=17548&view=diff ============================================================================== --- branches/esb/java/1.7/esb/java/modules/mediators/router/src/main/java/org/wso2/esb/mediators/eip/Route.java (original) +++ branches/esb/java/1.7/esb/java/modules/mediators/router/src/main/java/org/wso2/esb/mediators/eip/Route.java Wed May 28 23:37:38 2008 @@ -175,7 +175,7 @@ Matcher matcher = match.matcher(sourceString); if (matcher == null) { - log.debug("Regex pattren matcher for : " + match.pattern() + + log.debug("Regex pattern matcher for : " + match.pattern() + "against source : " + sourceString + " is null"); return false; } @@ -246,12 +246,12 @@ } } else { - handleException("Couldn't find the route taregt for the message", synCtx); + handleException("Couldn't find the route target for the message", synCtx); } } else { - // the route conditions does not match the message + // the route conditions do not match the message return ROUTE_NOT_MACHING_STATE; } _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
