fixed javadoc broken link

This commit is contained in:
Iwein Fuld
2009-08-09 10:35:30 +00:00
parent 3cb811d028
commit c88716b57e

View File

@@ -49,7 +49,7 @@ import org.springframework.util.Assert;
* file as soon as it is ready for reading. A pattern-matching filter that
* accepts only files that are ready (e.g. based on a known suffix), composed
* with the default {@link AcceptOnceFileListFilter} would allow for this. See
* {@link CompositeFileFilter} for a way to do this.
* {@link org.springframework.integration.file.CompositeFileListFilter} for a way to do this.
* <p/>
* A {@link Comparator} can be used to ensure internal ordering of the Files in
* a {@link PriorityBlockingQueue}. This does not provide the same guarantees as