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 2022/04/29 08:30:03 UTC

[camel] branch main updated: Regen for commit 5394d7db9ee890035d2196d7742351685eec0a5f (#7528)

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 e3d06e7600b Regen for commit 5394d7db9ee890035d2196d7742351685eec0a5f (#7528)
e3d06e7600b is described below

commit e3d06e7600bdb68427719ebc584cb90b7b7cb18a
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Apr 29 10:29:57 2022 +0200

    Regen for commit 5394d7db9ee890035d2196d7742351685eec0a5f (#7528)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../src/main/java/org/apache/camel/main/KameletMain.java                 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
index 94b1afe0c03..4d73027814f 100644
--- a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
+++ b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
@@ -28,7 +28,6 @@ import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.impl.DefaultCamelContext;
 import org.apache.camel.spi.Registry;
 import org.apache.camel.startup.jfr.FlightRecorderStartupStepRecorder;
-import org.apache.camel.util.TimeUtils;
 
 /**
  * A Main class for booting up Camel with Kamelet in standalone mode.