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 2013/10/25 08:19:53 UTC

svn commit: r884031 - in /websites/production/camel/content: cache/main.pageCache etl-example.html

Author: buildbot
Date: Fri Oct 25 06:19:52 2013
New Revision: 884031

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/etl-example.html

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

Modified: websites/production/camel/content/etl-example.html
==============================================================================
--- websites/production/camel/content/etl-example.html (original)
+++ websites/production/camel/content/etl-example.html Fri Oct 25 06:19:52 2013
@@ -99,7 +99,7 @@
 </div>
 
 
-<p>The there is the spring configuration file in <a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/examples/camel-example-etl/src/main/resources/META-INF/spring/camel-context.xml" rel="nofollow">src/resources/META-INF/services/camel-context.xml</a> which defines the JPA template and tells Camel to look in the <b>org.apache.camel.example.etl</b> package to find its routes.</p>
+<p>Then there is the spring configuration file in <a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/examples/camel-example-etl/src/main/resources/META-INF/spring/camel-context.xml" rel="nofollow">src/resources/META-INF/services/camel-context.xml</a> which defines the JPA template and tells Camel to look in the <b>org.apache.camel.example.etl</b> package to find its routes.</p>
 
 <h3><a shape="rect" name="ETLExample-Codewalkthrough"></a>Code walkthrough </h3>
 
@@ -132,10 +132,13 @@ public class EtlRoutes extends SpringRou
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 @Converter
-public class CustomerTransformer {
+public final class CustomerTransformer {
 
     private static final Logger LOG = LoggerFactory.getLogger(CustomerTransformer.class);
 
+    private CustomerTransformer() {
+    }
+
     /**
      * A transformation method to convert a person document into a customer
      * entity