This is an automated email from the ASF dual-hosted git repository.

acosentino 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 2d7ca2d  Camel-Core: Fixed CS
2d7ca2d is described below

commit 2d7ca2d08302a3a3bda440b848853710d3d0deb7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Mar 13 17:18:31 2020 +0100

    Camel-Core: Fixed CS
---
 core/camel-core/src/test/java/org/apache/camel/ContextTestSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/ContextTestSupport.java 
b/core/camel-core/src/test/java/org/apache/camel/ContextTestSupport.java
index 15ff8c0..a5e1560 100644
--- a/core/camel-core/src/test/java/org/apache/camel/ContextTestSupport.java
+++ b/core/camel-core/src/test/java/org/apache/camel/ContextTestSupport.java
@@ -44,7 +44,7 @@ public abstract class ContextTestSupport extends TestSupport {
     protected volatile ConsumerTemplate consumer;
     protected volatile NotifyBuilder oneExchangeDone;
     private boolean useRouteBuilder = true;
-    private boolean useImmutableContext = false;
+    private boolean useImmutableContext;
     private Service camelContextService;
 
     /**

Reply via email to