You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/05/11 06:27:18 UTC

svn commit: r817185 - in /websites/production/camel/content: cache/main.pageCache using-getin-or-getout-methods-on-exchange.html

Author: buildbot
Date: Fri May 11 04:27:18 2012
New Revision: 817185

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html
==============================================================================
--- websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html (original)
+++ websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html Fri May 11 04:27:18 2012
@@ -153,7 +153,7 @@ What you can do instead is to change the
 <div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Consider using getIn</b><br clear="none">As shown above you most often need to alter the existing IN message, than creating a totally new OUT message.<br clear="none">
 And therefore it's often easier just to adjust the IN message directly.</td></tr></table></div>
 
-<p>Changing the IN message directly is possible in Camel as it don't mind. Camel will detect that the <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> has no OUT message<br clear="none">
+<p>Changing the IN message directly is possible in Camel as it doesn't mind. Camel will detect that the <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> has no OUT message<br clear="none">
 and therefore use the IN message instead.</p>
 
 <h3><a shape="rect" name="UsinggetInorgetOutmethodsonExchange-AboutMessageExchangePatternandgetOut"></a>About Message Exchange Pattern and getOut</h3>