Typo in Mail Component documentation should be attachments instead of attacments
--------------------------------------------------------------------------------
Key: CAMEL-2282
URL: https://issues.apache.org/activemq/browse/CAMEL-2282
Project: Apache Camel
Issue Type: Bug
Components: documentation
Reporter: Jörn Kottmann
Priority: Trivial
http://camel.apache.org/mail.html
"Consuming mails with attachment sample"
...
"Map<String, DataHandler> attachments = exchange.getIn().getAttachments();
if (attacments.size() > 0) {
"
but should be "attachments.size()".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.