From c88716b57e7b3d5ec3151fc579e98287202a38d7 Mon Sep 17 00:00:00 2001 From: Iwein Fuld Date: Sun, 9 Aug 2009 10:35:30 +0000 Subject: [PATCH] fixed javadoc broken link --- .../integration/file/FileReadingMessageSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration.file/src/main/java/org/springframework/integration/file/FileReadingMessageSource.java b/org.springframework.integration.file/src/main/java/org/springframework/integration/file/FileReadingMessageSource.java index 2514567f78..f2f2839793 100644 --- a/org.springframework.integration.file/src/main/java/org/springframework/integration/file/FileReadingMessageSource.java +++ b/org.springframework.integration.file/src/main/java/org/springframework/integration/file/FileReadingMessageSource.java @@ -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. *

* 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