You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/04/12 10:18:06 UTC

svn commit: r933135 - /camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/helper/HttpProducerHelper.java

Author: ningjiang
Date: Mon Apr 12 08:18:05 2010
New Revision: 933135

URL: http://svn.apache.org/viewvc?rev=933135&view=rev
Log:
CAMEL-2634 merged the revision 917540 into camel-http

Modified:
    camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/helper/HttpProducerHelper.java

Modified: camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/helper/HttpProducerHelper.java
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/helper/HttpProducerHelper.java?rev=933135&r1=933134&r2=933135&view=diff
==============================================================================
--- camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/helper/HttpProducerHelper.java (original)
+++ camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/helper/HttpProducerHelper.java Mon Apr 12 08:18:05 2010
@@ -73,10 +73,10 @@ public final class HttpProducerHelper {
                             path = path.substring(1);
                         }
                     } else {
-                        throw new RuntimeCamelException("Can't anylze the Exchange.HTTP_PATH header, due to: can't find the right HTTP_BASE_URI");
+                        throw new RuntimeCamelException("Cannot analyze the Exchange.HTTP_PATH header, due to: cannot find the right HTTP_BASE_URI");
                     }
                 } catch (Throwable t) {
-                    throw new RuntimeCamelException("Can't anylze the Exchange.HTTP_PATH header, due to: "
+                    throw new RuntimeCamelException("Cannot analyze the Exchange.HTTP_PATH header, due to: "
                                                     + t.getMessage(), t);
                 }