Incorrect annotation parameter in examples
------------------------------------------

                 Key: CAMEL-4018
                 URL: https://issues.apache.org/jira/browse/CAMEL-4018
             Project: Camel
          Issue Type: Bug
          Components: documentation
            Reporter: Stu Churchill
            Priority: Minor


In the "Parameter Binding Annotations" page at 
http://camel.apache.org/parameter-binding-annotations.html, a number of the 
examples include lines like;

{{public void doSomething(@Header(name = "JMSCorrelationID") String 
correlationID, @Body String body) {}}

The correct annotation parameter for @Header is actually "value", rather than 
"name".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to