You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/02/07 09:33:35 UTC

camel git commit: Fixed CS

Repository: camel
Updated Branches:
  refs/heads/master d994bcd6a -> 01c94eb52


Fixed CS


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

Branch: refs/heads/master
Commit: 01c94eb52803b16f1d07f243a5c8afb785ddedaf
Parents: d994bcd
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Feb 7 10:32:57 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Feb 7 10:32:57 2017 +0100

----------------------------------------------------------------------
 .../chronicle/engine/ChronicleEngineConfiguration.java  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/01c94eb5/components/camel-chronicle/src/main/java/org/apache/camel/component/chronicle/engine/ChronicleEngineConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-chronicle/src/main/java/org/apache/camel/component/chronicle/engine/ChronicleEngineConfiguration.java b/components/camel-chronicle/src/main/java/org/apache/camel/component/chronicle/engine/ChronicleEngineConfiguration.java
index ab56b95..25506fa 100644
--- a/components/camel-chronicle/src/main/java/org/apache/camel/component/chronicle/engine/ChronicleEngineConfiguration.java
+++ b/components/camel-chronicle/src/main/java/org/apache/camel/component/chronicle/engine/ChronicleEngineConfiguration.java
@@ -162,14 +162,14 @@ public class ChronicleEngineConfiguration {
         this.persistent = persistent;
     }
 
-	public String getClusterName() {
-		return clusterName;
-	}
+    public String getClusterName() {
+        return clusterName;
+    }
 
     /**
      * Cluster name for queue
      */
-	public void setClusterName(String clusterName) {
-		this.clusterName = clusterName;
-	}
+    public void setClusterName(String clusterName) {
+        this.clusterName = clusterName;
+    }
 }