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 47439e606bf (chores) camel-kafka: fixed an out-of-order section
47439e606bf is described below

commit 47439e606bf3f488b7e9108a4b3c2c4874372f71
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 10 14:29:47 2024 +0100

    (chores) camel-kafka: fixed an out-of-order section
    
    This was likely causing the website build to fail
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 components/camel-kafka/src/main/docs/kafka-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc 
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 434c5a64a3f..42423f9ceb7 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -615,7 +615,6 @@ public void configure() {
     });
 }
 ----
-include::spring-boot:partial$starter.adoc[]
 
 ==== Dealing with long polling timeouts
 
@@ -635,5 +634,7 @@ public void configure() {
 }
 ----
 
+include::spring-boot:partial$starter.adoc[]
+
 
 

Reply via email to