You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jörn Kottmann (JIRA)" <ji...@apache.org> on 2009/12/11 09:59:52 UTC

[jira] Created: (CAMEL-2282) Typo in Mail Component documentation should be attachments instead of attacments

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.


[jira] Resolved: (CAMEL-2282) Typo in Mail Component documentation should be attachments instead of attacments

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2282.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0
         Assignee: Claus Ibsen

Thanks for reporting I have fixed the typo.

> 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
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.2.0
>
>
> 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.