You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/07 08:49:45 UTC

[camel-quarkus] branch master updated: chore: fix javadoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72d1082  chore: fix javadoc
72d1082 is described below

commit 72d1082cebe93d4d52e9cabea5a8cb7eb2cbfc93
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Oct 7 10:49:37 2019 +0200

    chore: fix javadoc
---
 .../camel/quarkus/core/deployment/CamelReactiveExecutorBuildItem.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelReactiveExecutorBuildItem.java b/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelReactiveExecutorBuildItem.java
index af6255c..c6193ce 100644
--- a/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelReactiveExecutorBuildItem.java
+++ b/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelReactiveExecutorBuildItem.java
@@ -19,11 +19,10 @@ package org.apache.camel.quarkus.core.deployment;
 
 import io.quarkus.builder.item.MultiBuildItem;
 import io.quarkus.runtime.RuntimeValue;
-import org.apache.camel.quarkus.core.CamelMain;
 import org.apache.camel.spi.ReactiveExecutor;
 
 /**
- * Holds the {@link CamelMain} {@link RuntimeValue}.
+ * Holds the {@link ReactiveExecutor} {@link RuntimeValue}.
  *
  * TODO: should extend SimpleBuildItem when moving to quarkus snapshots or 0.24
  *       as we can then use the @Overridable annotation which allow to provide