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
commit 03775eed91b80657d028de8ace54b6c8111ec966 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 2 08:20:02 2018 +0100 Minor docs fixes --- camel-core/src/main/docs/eips/otherwise-eip.adoc | 2 +- camel-core/src/main/docs/eips/when-eip.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-core/src/main/docs/eips/otherwise-eip.adoc b/camel-core/src/main/docs/eips/otherwise-eip.adoc index c98b15c..724781c 100644 --- a/camel-core/src/main/docs/eips/otherwise-eip.adoc +++ b/camel-core/src/main/docs/eips/otherwise-eip.adoc @@ -16,7 +16,7 @@ The Otherwise EIP has no options. === Examples The following example shows how to route a request from an input -*seda:a* endpoint to either *seda:b*, *seda:c* or *seda:d* depending on +*direct:a* endpoint to either *direct:b*, *direct:c* or *direct:d* depending on the evaluation of various link:predicate.html[Predicate] expressions [source,java] diff --git a/camel-core/src/main/docs/eips/when-eip.adoc b/camel-core/src/main/docs/eips/when-eip.adoc index 7f3b791..cf6747c 100644 --- a/camel-core/src/main/docs/eips/when-eip.adoc +++ b/camel-core/src/main/docs/eips/when-eip.adoc @@ -16,7 +16,7 @@ The When EIP has no options. === Examples The following example shows how to route a request from an input -*seda:a* endpoint to either *seda:b*, *seda:c* or *seda:d* depending on +*direct:a* endpoint to either *direct:b*, *direct:c* or *direct:d* depending on the evaluation of various link:predicate.html[Predicate] expressions [source,java] -- To stop receiving notification emails like this one, please contact acosent...@apache.org.