From b98b5f15acff62fa13172c3eaf4c730d6f5ee26e Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 30 Jun 2009 17:19:13 +0000 Subject: [PATCH] added a comment referring to the AcceptOnceFileListFilter javadoc --- .../integration/file/config/spring-integration-file-1.0.xsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.springframework.integration.file/src/main/java/org/springframework/integration/file/config/spring-integration-file-1.0.xsd b/org.springframework.integration.file/src/main/java/org/springframework/integration/file/config/spring-integration-file-1.0.xsd index 8a2b5b3452..dfd58f548a 100644 --- a/org.springframework.integration.file/src/main/java/org/springframework/integration/file/config/spring-integration-file-1.0.xsd +++ b/org.springframework.integration.file/src/main/java/org/springframework/integration/file/config/spring-integration-file-1.0.xsd @@ -66,7 +66,8 @@ provided filter is sufficient), but setting this to true will enable it. If a 'filename-pattern' is provided, duplicate prevention will be enabled by default (preceding the pattern matching), but setting this to false will disable it. If neither 'filter' or 'filename-pattern' is provided, - duplicate prevention is enabled by default, but setting this to false will disable it. + duplicate prevention is enabled by default, but setting this to false will disable it. For more + detail on the actual duplicate prevention, see the javadoc for AcceptOnceFileListFilter. ]]>