davsclaus commented on a change in pull request #5311:
URL: https://github.com/apache/camel/pull/5311#discussion_r611014944
##########
File path:
core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
##########
@@ -40,14 +40,49 @@ RouteBuilder builder = new RouteBuilder() {
.choice()
.when(simple("${header.foo} == 'bar'"))
.to("direct:b")
+ .endChoice()
.when(simple("${header.foo} == 'cheese'"))
.to("direct:c")
+ .endChoice()
Review comment:
Thanks for your patience and helping with the project. You are much
welcome to keep contributing, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]