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 2023/10/05 14:02:57 UTC

[camel] branch main updated: Regen

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e9d644f8f56 Regen
e9d644f8f56 is described below

commit e9d644f8f560c2beda0d8ea974b92dcfa8929e78
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 5 16:02:44 2023 +0200

    Regen
---
 .../src/test/java/org/apache/camel/spring/MainDummyTest.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring-main/src/test/java/org/apache/camel/spring/MainDummyTest.java b/components/camel-spring-main/src/test/java/org/apache/camel/spring/MainDummyTest.java
index 7e8f04687b7..f990872fe6d 100644
--- a/components/camel-spring-main/src/test/java/org/apache/camel/spring/MainDummyTest.java
+++ b/components/camel-spring-main/src/test/java/org/apache/camel/spring/MainDummyTest.java
@@ -20,8 +20,8 @@ import org.apache.camel.CamelContext;
 import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
-import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
 
 public class MainDummyTest {