This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.11.x by this push:
new d8e2111 Polish and cleanup documentation
d8e2111 is described below
commit d8e21117c22bbaa198d6a66f535a025676676d79
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 11 09:23:19 2021 +0200
Polish and cleanup documentation
---
.../src/main/docs/modules/eips/pages/service-activator.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
index cc9079c..f21cca3 100644
---
a/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
+++
b/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
@@ -18,8 +18,7 @@ provide a way to bind the message exchange to a Java
interface/service where the
endpoints and wires it up to the bean.
In addition you can use the xref:latest@manual:ROOT:bean-integration.adoc[Bean
Integration] to wire messages
-to a bean using annotation, or even
xref:latest@manual:ROOT:hiding-middleware.adoc[hide all the middleware]
-behind a plain Java interface.
+to a bean using annotation.
== Sample