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/04/09 07:44:45 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 061887e533c Regen
061887e533c is described below

commit 061887e533c5d42fa0c9422e362d6071fde02130
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Apr 9 09:44:34 2023 +0200

    Regen
---
 .../main/java/org/apache/camel/support/builder/ExpressionBuilder.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java b/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
index 9bea955d3fb..b66df0abf23 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
@@ -55,7 +55,6 @@ import org.apache.camel.support.LanguageSupport;
 import org.apache.camel.util.IOHelper;
 import org.apache.camel.util.InetAddressUtil;
 import org.apache.camel.util.ObjectHelper;
-import org.apache.camel.util.Scanner;
 import org.apache.camel.util.StringHelper;
 
 /**