You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/06/08 17:33:18 UTC

[3/3] camel git commit: Polished. This closes #1745

Polished. This closes #1745


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

Branch: refs/heads/master
Commit: 39d70fd56dbf267e0404fdd8b65e9ea365db665a
Parents: 37d2502
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jun 8 19:33:08 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jun 8 19:33:08 2017 +0200

----------------------------------------------------------------------
 .../org/apache/camel/spring/boot/CamelConfigurationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/39d70fd5/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
index a3097f3..9e87e35 100644
--- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
+++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
@@ -406,7 +406,7 @@ public class CamelConfigurationProperties {
     private Integer tracerFormatterMaxChars = 10000;
     
     /**
-     *  Adds the option for MDCLogging
+     * To turn on MDC logging
      */
     private boolean useMDCLogging;