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 aecc7965926 Regen
aecc7965926 is described below
commit aecc7965926566152d6361bc2a65d4e429f1cf38
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 6 11:39:46 2025 +0200
Regen
---
.../src/main/java/org/apache/camel/impl/console/DebugDevConsole.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/core/camel-console/src/main/java/org/apache/camel/impl/console/DebugDevConsole.java
b/core/camel-console/src/main/java/org/apache/camel/impl/console/DebugDevConsole.java
index 609aae4fe38..6b2ba6144a9 100644
---
a/core/camel-console/src/main/java/org/apache/camel/impl/console/DebugDevConsole.java
+++
b/core/camel-console/src/main/java/org/apache/camel/impl/console/DebugDevConsole.java
@@ -20,8 +20,6 @@ import java.io.LineNumberReader;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
-import java.util.Objects;
-import java.util.Set;
import org.apache.camel.Exchange;
import org.apache.camel.ExchangePropertyKey;