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 5fa294e Regen 5fa294e is described below commit 5fa294eaa8ab5778b30350d777dba281aa7191d1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Mar 17 07:02:27 2022 +0100 Regen --- .../src/main/java/org/apache/camel/CamelContextLifecycle.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java b/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java index bc63e9b..387f752 100644 --- a/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java +++ b/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java @@ -22,8 +22,8 @@ package org.apache.camel; public interface CamelContextLifecycle extends AutoCloseable { /** - * Starts the {@link CamelContext} (<b>important:</b> the start method is not blocked, see more details - * in the {@link Main} documentation for running Camel Standalone). + * Starts the {@link CamelContext} (<b>important:</b> the start method is not blocked, see more details in the + * {@link Main} documentation for running Camel Standalone). * <p/> * See more details at the class-level javadoc at {@link CamelContext}. *