You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/11/06 13:36:41 UTC

[camel] 03/03: Regen

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

commit 27dbd7484b3f2d9b64f40bb45e13368914a13b1c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Nov 6 14:35:48 2020 +0100

    Regen
---
 core/camel-main/src/test/java/org/apache/camel/main/MainIoCTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-main/src/test/java/org/apache/camel/main/MainIoCTest.java b/core/camel-main/src/test/java/org/apache/camel/main/MainIoCTest.java
index cb013a0..7f47049 100644
--- a/core/camel-main/src/test/java/org/apache/camel/main/MainIoCTest.java
+++ b/core/camel-main/src/test/java/org/apache/camel/main/MainIoCTest.java
@@ -29,7 +29,6 @@ import org.apache.camel.component.seda.SedaComponent;
 import org.apache.camel.model.ModelCamelContext;
 import org.junit.jupiter.api.Test;
 
-
 import static org.junit.jupiter.api.Assertions.*;
 
 public class MainIoCTest {