This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5b5c44d4a0b1fa243769b437f12c6ec4c55ab751 Author: Otavio R. Piske <[email protected]> AuthorDate: Sun Feb 25 14:22:34 2024 +0100 CAMEL-20459: minor documentation tweaks for the event message EIP. Signed-off-by: Otavio R. Piske <[email protected]> --- .../src/main/docs/modules/eips/pages/event-message.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/event-message.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/event-message.adoc index 02a74f06437..9249bf2ca93 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/event-message.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/event-message.adoc @@ -63,7 +63,7 @@ XML:: ---- ==== -== Using setExchangePattern EIP +== Using `setExchangePattern` EIP You can specify the xref:manual::exchange-pattern.adoc[Exchange Pattern] using `setExchangePattern` in the DSL.
