swapy commented on a change in pull request #5311:
URL: https://github.com/apache/camel/pull/5311#discussion_r611013143



##########
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:
       Hi Dave,
   Sure Dave, I have made changes. Let me know if they are correct. I am happy 
to make any additional changes that you can share. :+1:
   
   I have done some minor reordering of documentation, let me know if that's 
okay. (TIP is moved from being in between dsl and xml to end of doc)
   




-- 
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:
us...@infra.apache.org


Reply via email to