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 2023/04/26 18:59:52 UTC

[camel] branch main updated: Regen for commit 1e7715192a013e5d554d7c8b9e6ae582dface65c

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 6c83bcf72f0 Regen for commit 1e7715192a013e5d554d7c8b9e6ae582dface65c
6c83bcf72f0 is described below

commit 6c83bcf72f07897b6de9b7991a526bc2e1ae6b06
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Wed Apr 26 18:49:29 2023 +0000

    Regen for commit 1e7715192a013e5d554d7c8b9e6ae582dface65c
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/java/org/apache/camel/support/AbstractExchange.java         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java b/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
index 096f65eb59c..9893d567fda 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
@@ -25,7 +25,6 @@ import java.util.Set;
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.CopyOnWriteArrayList;
 
-import org.apache.camel.AsyncCallback;
 import org.apache.camel.CamelContext;
 import org.apache.camel.CamelExecutionException;
 import org.apache.camel.Endpoint;