You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/03/21 16:40:10 UTC

(camel) branch main updated: (chores) regen: fix camel-activemq

This is an automated email from the ASF dual-hosted git repository.

orpiske 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 0b979ce02f6 (chores) regen: fix camel-activemq
0b979ce02f6 is described below

commit 0b979ce02f6fb81c787980a2d9518a5bc7462b38
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Mar 21 17:39:59 2024 +0100

    (chores) regen: fix camel-activemq
---
 .../java/org/apache/camel/component/activemq/ActiveMQComponent.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-activemq/src/main/java/org/apache/camel/component/activemq/ActiveMQComponent.java b/components/camel-activemq/src/main/java/org/apache/camel/component/activemq/ActiveMQComponent.java
index 4b0874fce31..d2df48853d2 100644
--- a/components/camel-activemq/src/main/java/org/apache/camel/component/activemq/ActiveMQComponent.java
+++ b/components/camel-activemq/src/main/java/org/apache/camel/component/activemq/ActiveMQComponent.java
@@ -90,8 +90,8 @@ public class ActiveMQComponent extends JmsComponent {
     }
 
     /**
-     * Use an embedded in-memory (non-persistent) ActiveMQ broker for development and testing purposes.
-     * You must have activemq-broker JAR on the classpath.
+     * Use an embedded in-memory (non-persistent) ActiveMQ broker for development and testing purposes. You must have
+     * activemq-broker JAR on the classpath.
      */
     @Metadata(label = "common")
     public void setEmbedded(boolean embedded) {