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/01/06 19:28:45 UTC

[camel] branch main updated: CAMEL-17445: Remove dead link in javadoc

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 06ee963  CAMEL-17445: Remove dead link in javadoc
06ee963 is described below

commit 06ee963bbdce0f903accdca8a2611aced48a1906
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 6 20:28:08 2022 +0100

    CAMEL-17445: Remove dead link in javadoc
---
 core/camel-api/src/main/java/org/apache/camel/CamelContext.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
index 749a16a..72f7210 100644
--- a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
@@ -60,8 +60,7 @@ import org.apache.camel.support.jsse.SSLContextParameters;
  * <p/>
  * The CamelContext offers the following methods {@link CamelContextLifecycle} to control the lifecycle:
  * <ul>
- * <li>{@link #start()} - to start (<b>important:</b> the start method is not blocked, see more details
- * <a href="http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html">here</a>)</li>
+ * <li>{@link #start()} - to start</li>
  * <li>{@link #stop()} - to shutdown (will stop all routes/components/endpoints etc and clear internal state/cache)</li>
  * <li>{@link #suspend()} - to pause routing messages</li>
  * <li>{@link #resume()} - to resume after a suspend</li>