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
commit ddaa3b07fb1f747b4d3c7fe86e9f55ea339e0926 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sat Feb 24 11:56:26 2024 +0100 CAMEL-20459: documentation fixes for the content filter EIP. Signed-off-by: Otavio R. Piske <angusyo...@gmail.com> --- .../src/main/docs/modules/eips/pages/content-filter-eip.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/content-filter-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/content-filter-eip.adoc index 63bfdd7442a..615783817b0 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/content-filter-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/content-filter-eip.adoc @@ -17,7 +17,7 @@ image::eip/ContentFilter.gif[image] == Message Content filtering using a Processor -In this example we add our own xref:manual::processor.adoc[Processor] using +In this example, we add our own xref:manual::processor.adoc[Processor] using explicit Java to filter the message: [source,java] @@ -37,7 +37,7 @@ from("direct:start") == Message Content filtering using a Bean EIP We can use xref:bean-eip.adoc[Bean EIP] to use any Java -method on any bean to act as content filter: +method on any bean to act as a content filter: [tabs] ====