You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/04/22 16:11:49 UTC

[2/2] camel git commit: Fixed CS error of camel-test

Fixed CS error of camel-test


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

Branch: refs/heads/master
Commit: bff1ec76807607b95b63ce2f8fc73b64af0887f9
Parents: ea6d2fc
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed Apr 22 20:54:59 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed Apr 22 22:10:55 2015 +0800

----------------------------------------------------------------------
 .../main/java/org/apache/camel/test/junit4/CamelTestSupport.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/bff1ec76/components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java
----------------------------------------------------------------------
diff --git a/components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java b/components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java
index b6931de..e716da6 100644
--- a/components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java
+++ b/components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java
@@ -82,11 +82,12 @@ public abstract class CamelTestSupport extends TestSupport {
     protected volatile ProducerTemplate template;
     protected volatile ConsumerTemplate consumer;
     protected volatile Service camelContextService;
+    protected boolean dumpRouteStats;
     private boolean useRouteBuilder = true;
     private final DebugBreakpoint breakpoint = new DebugBreakpoint();
     private final StopWatch watch = new StopWatch();
     private final Map<String, String> fromEndpoints = new HashMap<String, String>();
-    protected boolean dumpRouteStats;
+
 
     /**
      * Use the RouteBuilder or not