You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/27 15:13:23 UTC

[camel-karaf] 05/05: Camel-eventadmin: Fixed comments

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit f0ba335a0962fd622e80e8ad33c4200370ab555f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 16:12:44 2020 +0100

    Camel-eventadmin: Fixed comments
---
 .../java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java b/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java
index dd00186..3a0d29b 100644
--- a/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java
+++ b/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java
@@ -151,8 +151,8 @@ public class PrepareCatalogKarafMojo extends AbstractMojo {
                 }
             }
         }
-        // include paxlogging as regular component
-     // include paxlogging as regular component
+
+        // include paxlogging and eventadmin as regular components
         jsonFiles.add(new File(karafComponentsDir, "camel-eventadmin/target/classes/org/apache/camel/component/eventadmin/eventadmin.json"));
         jsonFiles.add(new File(karafComponentsDir, "camel-paxlogging/target/classes/org/apache/camel/component/paxlogging/paxlogging.json"));