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/06/16 11:28:45 UTC

[camel] branch main updated: Regen for commit cf32615676b208e65caa4cc423ae74c95cd2ef07 (#10413)

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 5ee5d4c6a4f Regen for commit cf32615676b208e65caa4cc423ae74c95cd2ef07 (#10413)
5ee5d4c6a4f is described below

commit 5ee5d4c6a4fdd66b51d4a6c0d77de5ebf95ae585
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Jun 16 13:28:39 2023 +0200

    Regen for commit cf32615676b208e65caa4cc423ae74c95cd2ef07 (#10413)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: ppalaga <pp...@users.noreply.github.com>
---
 .../org/apache/camel/support/RestConsumerContextPathMatcherTest.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/camel-support/src/test/java/org/apache/camel/support/RestConsumerContextPathMatcherTest.java b/core/camel-support/src/test/java/org/apache/camel/support/RestConsumerContextPathMatcherTest.java
index a241bec6d0a..232b72870f4 100644
--- a/core/camel-support/src/test/java/org/apache/camel/support/RestConsumerContextPathMatcherTest.java
+++ b/core/camel-support/src/test/java/org/apache/camel/support/RestConsumerContextPathMatcherTest.java
@@ -16,10 +16,11 @@
  */
 package org.apache.camel.support;
 
-import org.junit.jupiter.api.Test;
-
 import java.util.ArrayList;
 import java.util.List;
+
+import org.junit.jupiter.api.Test;
+
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertThrows;