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)

Reply via email to