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

[camel] branch master updated: Camel-Main: Fixed CS

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 fc9de02  Camel-Main: Fixed CS
fc9de02 is described below

commit fc9de021ad3ea07cf76eb5ac345064f8e9e9a9cd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 13 17:34:29 2020 +0100

    Camel-Main: Fixed CS
---
 .../test/java/org/apache/camel/main/MainIoCBeanConfigInjectTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanConfigInjectTest.java b/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanConfigInjectTest.java
index 2dae49d..8639691 100644
--- a/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanConfigInjectTest.java
+++ b/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanConfigInjectTest.java
@@ -16,9 +16,9 @@
  */
 package org.apache.camel.main;
 
+import org.apache.camel.BeanConfigInject;
 import org.apache.camel.BindToRegistry;
 import org.apache.camel.CamelContext;
-import org.apache.camel.BeanConfigInject;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.Assert;