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 206fd77 Regen catalog 206fd77 is described below commit 206fd770cdff9f5bea8b2586f1b05dba47067a05 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Sep 11 11:51:39 2020 +0200 Regen catalog --- .../resources/org/apache/camel/catalog/docs/content-enricher.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/content-enricher.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/content-enricher.adoc index fe31423..2a483b2 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/content-enricher.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/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: