You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/03/27 17:47:53 UTC

(camel) branch main updated: CAMEL-20459: fix Split EIP documentation

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 ea19dd0bc4f CAMEL-20459: fix Split EIP documentation
ea19dd0bc4f is described below

commit ea19dd0bc4fc68db4ee891b2f8b0a60ddfc0de7d
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 27 17:44:59 2024 +0100

    CAMEL-20459: fix Split EIP documentation
---
 .../src/main/docs/modules/eips/pages/split-eip.adoc                 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
index 8d194ba1871..c2fd7a66ae0 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
@@ -143,7 +143,7 @@ from("direct:splitUsingBody")
 XML::
 +
 In XML, you use xref:components:languages:simple-language.adoc[Simple] to refer to the message body:
-
++
 [source,xml]
 ----
 <route>
@@ -226,7 +226,7 @@ from("direct:a")
 XML::
 +
 And in XML its intuitive as `</split>` marks the end of the block:
-
++
 [source,xml]
 ----
 <route>
@@ -273,7 +273,7 @@ from("direct:start")
 XML::
 +
 And in XML we can refer to the FQN class name with `#class:` syntax as shown below:
-
++
 [source,xml]
 ----
 <route>