This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 74b213b754fdde698405dca986828258a7f43999 Author: Claus Ibsen <claus.ib...@gmail.com> 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