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:42 UTC

[camel-k] branch add-missing-import-kamelets-dev.adoc created (now 6d4440980)

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

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


      at 6d4440980 Add missing import in kamelets-dev.adoc

This branch includes the following new commits:

     new 6d4440980 Add missing import in kamelets-dev.adoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by nf...@apache.org.
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 {