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

davsclaus 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 56c566f  Fixed CS
56c566f is described below

commit 56c566feac74c12a043e79b07337872ac811923b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 20 08:40:41 2020 +0100

    Fixed CS
---
 .../src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
 
b/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
index ed45dc5..bfbeec5 100644
--- 
a/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
+++ 
b/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
@@ -351,7 +351,6 @@ public abstract class AbstractCamelContext extends 
ServiceSupport implements Ext
 
     @Override
     public void doInit() throws Exception {
-       
         // Initialize LRUCacheFactory as eager as possible, 
         // to let it warm up concurrently while Camel is startup up
         if (initialization != Initialization.Lazy) {

Reply via email to