You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/03/17 08:12:17 UTC

[camel] 02/02: Fixing cs

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

coheigea pushed a commit to branch camel-3.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 60df071d834c8aa18fbc56fdcaaa4b24d2b1c51d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 17 08:11:51 2020 +0000

    Fixing cs
---
 .../main/java/org/apache/camel/impl/engine/AbstractCamelContext.java    | 2 +-
 1 file changed, 1 insertion(+), 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..e892447 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,7 @@ 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) {