This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 6c9f16e Polish and cleanup documentation 6c9f16e is described below commit 6c9f16e914220df3d2771fa3c2b75ea28cd10a44 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 a3acb64..debe013 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 a way to bind the message exchange to a Java interface/service where t 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