You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrzej Gdula (JIRA)" <ji...@apache.org> on 2013/11/12 13:03:18 UTC

[jira] [Created] (CAMEL-6956) Documentation for file2 contains a Bug

Andrzej Gdula created CAMEL-6956:
------------------------------------

             Summary: Documentation for file2 contains a Bug
                 Key: CAMEL-6956
                 URL: https://issues.apache.org/jira/browse/CAMEL-6956
             Project: Camel
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.12.1
            Reporter: Andrzej Gdula
            Priority: Minor


Documentation of *Filter* using org.apache.camel.component.file.GenericFileFilter refers to 

<!-- define our *sorter* as a plain spring bean -->
 <bean id="myFilter" class="com.mycompany.*MyFileSorter*"/>

which should probably be changed to 

<!-- define our *filter* as a plain spring bean -->
 <bean id="myFilter" class="com.mycompany.*MyFileFilter*"/>



--
This message was sent by Atlassian JIRA
(v6.1#6144)