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

commit ac1cf8738618784c2c96cba7861a447d7c20dcd7
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Oct 2 09:56:52 2021 +0200

    Polished
---
 .../src/main/java/org/apache/camel/spi/ManagementStrategy.java     | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/ManagementStrategy.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/ManagementStrategy.java
index edec86d..4920afa 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/ManagementStrategy.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/ManagementStrategy.java
@@ -25,12 +25,13 @@ import org.apache.camel.StaticService;
 /**
  * Strategy for management.
  * <p/>
- * This is totally pluggable allowing to use a custom or 3rd party management 
implementation with Camel.
+ * If JMX is detected (camel-management JAR on the classpath) then 
org.apache.camel.management.JmxManagementStrategy is
+ * in use. Otherwise, the DefaultManagementStrategy is in use.
+ * <p/>
+ * You can also plugin and use a 3rd party management implementation with 
Camel.
  *
  * @see org.apache.camel.spi.EventNotifier
  * @see org.apache.camel.spi.EventFactory
- * @see ManagementObjectNameStrategy
- * @see org.apache.camel.spi.ManagementAgent
  */
 public interface ManagementStrategy extends StaticService {
 

Reply via email to