You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/08/05 09:46:43 UTC

[camel-k] 01/01: Add missing import in kamelets-dev.adoc

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

nfilotto pushed a commit to branch add-missing-import-kamelets-dev.adoc
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 6d44409802b7bf77562b574419328b51a23030ca
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Fri Aug 5 11:46:37 2022 +0200

    Add missing import in kamelets-dev.adoc
---
 docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
index 00a12f614..6e52c598d 100644
--- a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
@@ -472,6 +472,7 @@ Let's try sorting out these issues in the route (we publish here the final versi
 // camel-k: language=java
 
 import org.apache.camel.builder.RouteBuilder;
+import org.apache.camel.model.ClaimCheckOperation;
 import org.apache.camel.Exchange;
 
 public class Earthquake extends RouteBuilder {