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 2022/10/11 08:36:48 UTC

[camel] branch main updated: Regen for commit e4f6186cf8f6cef4e84db038c4276c52e2c4cd4f

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

acosentino 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 3b61316f5d2 Regen for commit e4f6186cf8f6cef4e84db038c4276c52e2c4cd4f
3b61316f5d2 is described below

commit 3b61316f5d26d7e7382f48d51f27f4b0b3cf628a
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Tue Oct 11 08:33:14 2022 +0000

    Regen for commit e4f6186cf8f6cef4e84db038c4276c52e2c4cd4f
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../java/org/apache/camel/processor/ExpressionPlaceholderTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/ExpressionPlaceholderTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/ExpressionPlaceholderTest.java
index 1620aeaffcb..b331096352a 100644
--- a/core/camel-core/src/test/java/org/apache/camel/processor/ExpressionPlaceholderTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/processor/ExpressionPlaceholderTest.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.processor;
 
+import java.util.Properties;
+
 import org.apache.camel.CamelContext;
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
@@ -23,8 +25,6 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
-import java.util.Properties;
-
 @Disabled("CAMEL-18576")
 public class ExpressionPlaceholderTest extends ContextTestSupport {