You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2015/03/02 20:40:25 UTC

camel git commit: Added extra comments.

Repository: camel
Updated Branches:
  refs/heads/master 68ab0afec -> c2e6c7e6e


Added extra comments.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c2e6c7e6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c2e6c7e6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c2e6c7e6

Branch: refs/heads/master
Commit: c2e6c7e6e3e4eecebe4677a23e37d1a7714222f5
Parents: 68ab0af
Author: Henryk Konsek <he...@gmail.com>
Authored: Mon Mar 2 20:40:21 2015 +0100
Committer: Henryk Konsek <he...@gmail.com>
Committed: Mon Mar 2 20:40:21 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/spring/boot/CamelAutoConfiguration.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c2e6c7e6/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
index dbc8028..3931c84 100644
--- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
+++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
@@ -83,6 +83,8 @@ public class CamelAutoConfiguration {
         return camelContext.createConsumerTemplate(configurationProperties.getConsumerTemplateCacheSize());
     }
 
+    // SpringCamelContext integration
+
     @Bean
     PropertiesParser propertiesParser() {
         return new SpringPropertiesParser();