[ 
https://issues.apache.org/jira/browse/CAMEL-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-6036:
-------------------------------

      Component/s: documentation
    Fix Version/s: 2.11.0
       Issue Type: Task  (was: Bug)
    
> Comment doesnt fit to code in code snippet
> ------------------------------------------
>
>                 Key: CAMEL-6036
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6036
>             Project: Camel
>          Issue Type: Task
>          Components: documentation
>            Reporter: Jan Matèrne
>            Assignee: Willem Jiang
>            Priority: Trivial
>             Fix For: 2.11.0
>
>
> The comment does not fit to the code in 
> camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/async/HttpAsyncDslTest.java
> The "e1" snippet is part of the documentation 
> (http://camel.apache.org/async.html), so it should be fixed.
> Code:
> // do some CPU heavy processing of the message (we simulate and delay just 
> 500 ms)
> .unmarshal(mySecureDataFormat).delay(1000).to("bean:handleOrder").to("mock:order");
> // END SNIPPET: e1
> The delay is 1000, but the comment says 500ms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to