Author: buildbot Date: Thu Feb 7 07:23:40 2013 New Revision: 849657 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/bean-binding.html websites/production/camel/content/book-cookbook.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/spring-remoting.html Modified: websites/production/camel/content/bean-binding.html ============================================================================== --- websites/production/camel/content/bean-binding.html (original) +++ websites/production/camel/content/bean-binding.html Thu Feb 7 07:23:40 2013 @@ -163,7 +163,7 @@ See the following sections for more deta </pre> </div></div> -<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of type Exchange::</p> +<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of the type <tt>org.apache.camel.Exchange</tt>:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> <span class="code-keyword">public</span> class Bar { Modified: websites/production/camel/content/book-cookbook.html ============================================================================== --- websites/production/camel/content/book-cookbook.html (original) +++ websites/production/camel/content/book-cookbook.html Thu Feb 7 07:23:40 2013 @@ -284,7 +284,7 @@ See the following sections for more deta </pre> </div></div> -<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of type Exchange::</p> +<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of the type <tt>org.apache.camel.Exchange</tt>:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> <span class="code-keyword">public</span> class Bar { Modified: websites/production/camel/content/book-in-one-page.html ============================================================================== --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Thu Feb 7 07:23:40 2013 @@ -1485,7 +1485,7 @@ See the following sections for more deta </pre> </div></div> -<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of type Exchange::</p> +<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of the type <tt>org.apache.camel.Exchange</tt>:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> <span class="code-keyword">public</span> class Bar { Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/spring-remoting.html ============================================================================== --- websites/production/camel/content/spring-remoting.html (original) +++ websites/production/camel/content/spring-remoting.html Thu Feb 7 07:23:40 2013 @@ -236,7 +236,7 @@ See the following sections for more deta </pre> </div></div> -<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of type Exchange::</p> +<p>Or the Exchange example. Notice that the return type must be <b>void</b> when there is only a single parameter of the type <tt>org.apache.camel.Exchange</tt>:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> <span class="code-keyword">public</span> class Bar {