This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 5a78ec8 Document update (#4193) 5a78ec8 is described below commit 5a78ec88fe7527375a221635b7b5f7b7d6aa1e24 Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Fri Sep 11 15:16:34 2020 +0530 Document update (#4193) Removal of duplicate words --- .../src/main/docs/modules/eips/pages/content-enricher.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/content-enricher.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/content-enricher.adoc index fe31423..2a483b2 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/content-enricher.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/content-enricher.adoc @@ -225,7 +225,7 @@ _resource endpoint_ in order to enrich an incoming message (contained in the _original exchange_). An aggregation strategy is used to combine the original exchange and the _resource exchange_. The first parameter of the `AggregationStrategy.aggregate(Exchange, Exchange)` method -corresponds to the the original exchange, the second parameter the +corresponds to the original exchange, the second parameter the resource exchange. The results from the resource endpoint are stored in the resource exchange's out-message. Here's an example template for implementing an aggregation strategy: