camel git commit: fixed a CS error

2016-10-05 Thread cmueller
Repository: camel
Updated Branches:
  refs/heads/master 03f231e0b -> 841bbf2cc


fixed a CS error


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

Branch: refs/heads/master
Commit: 841bbf2ccc7628879687d448bb9c48ccf2a8c8ff
Parents: 03f231e
Author: Christian Mueller 
Authored: Thu Oct 6 08:11:04 2016 +0200
Committer: Christian Mueller 
Committed: Thu Oct 6 08:11:04 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/841bbf2c/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 d264f86..2c3d00a 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
@@ -79,6 +79,7 @@ import org.slf4j.LoggerFactory;
 public abstract class CamelTestSupport extends TestSupport {
 private static final Logger LOG = 
LoggerFactory.getLogger(CamelTestSupport.class);
 private static final ThreadLocal INIT = new 
ThreadLocal();
+private static final String ROUTE_COVERAGE_LOG_ENTRY = "Route coverage ({} 
out of {} routes used)";
 private static ThreadLocal threadCamelContext = new 
ThreadLocal();
 private static ThreadLocal threadTemplate = new 
ThreadLocal();
 private static ThreadLocal threadFluentTemplate = 
new ThreadLocal();
@@ -96,8 +97,6 @@ public abstract class CamelTestSupport extends TestSupport {
 private final Map fromEndpoints = new HashMap();
 private CamelTestWatcher camelTestWatcher = new CamelTestWatcher();
 
-private static final String ROUTE_COVERAGE_LOG_ENTRY = "Route coverage ({} 
out of {} routes used)";
-
 /**
  * Use the RouteBuilder or not
  * @return true then {@link CamelContext} will be auto started,



[1/5] camel git commit: Fixed a CS error of camel-apt

2014-11-12 Thread ningjiang
Repository: camel
Updated Branches:
  refs/heads/master f3b10c550 -> 9378d293e


Fixed a CS error of camel-apt


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

Branch: refs/heads/master
Commit: 4c363a1bee919e1cee47ffc2fc24cf47cec51d5b
Parents: f3b10c5
Author: Willem Jiang 
Authored: Wed Nov 12 16:12:13 2014 +0800
Committer: Willem Jiang 
Committed: Wed Nov 12 17:14:37 2014 +0800

--
 tooling/apt/src/main/java/org/apache/camel/tools/apt/IOHelper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/4c363a1b/tooling/apt/src/main/java/org/apache/camel/tools/apt/IOHelper.java
--
diff --git a/tooling/apt/src/main/java/org/apache/camel/tools/apt/IOHelper.java 
b/tooling/apt/src/main/java/org/apache/camel/tools/apt/IOHelper.java
index e6c764a..d4c1717 100644
--- a/tooling/apt/src/main/java/org/apache/camel/tools/apt/IOHelper.java
+++ b/tooling/apt/src/main/java/org/apache/camel/tools/apt/IOHelper.java
@@ -22,7 +22,7 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;
 
-class IOHelper {
+final class IOHelper {
 
 private IOHelper() {
 }