This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 2e552b3 Fixed check-style
2e552b3 is described below
commit 2e552b3087ecf97727312be239747163a6c65262
Author: aldettinger <[email protected]>
AuthorDate: Tue May 29 19:35:09 2018 +0200
Fixed check-style
---
.../apache/camel/test/spring/CamelSpringBootExecutionListener.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
index 3f7e71a..ce0eb5c 100644
---
a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
+++
b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
@@ -25,10 +25,10 @@ import
org.springframework.test.context.support.AbstractTestExecutionListener;
public class CamelSpringBootExecutionListener extends
AbstractTestExecutionListener {
- private static final Logger LOG =
LoggerFactory.getLogger(CamelSpringBootExecutionListener.class);
-
protected static ThreadLocal<ConfigurableApplicationContext>
threadApplicationContext = new ThreadLocal<>();
+ private static final Logger LOG =
LoggerFactory.getLogger(CamelSpringBootExecutionListener.class);
+
@Override
public void prepareTestInstance(TestContext testContext) throws Exception {
LOG.info("@RunWith(CamelSpringBootRunner.class) preparing: {}",
testContext.getTestClass());
--
To stop receiving notification emails like this one, please contact
[email protected].