diff --git a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd index c478d3f8e1..b76cdb42f8 100644 --- a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd +++ b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd @@ -217,9 +217,9 @@ Only files matching this regular expression will be picked up by this adapter. - - + + @@ -252,7 +252,7 @@ Only files matching this regular expression will be picked up by this adapter. + DefaultFileNameGenerator is used.]]> @@ -264,15 +264,15 @@ Only files matching this regular expression will be picked up by this adapter. - Allows you to provide SpEL expression which will compute file name of - the target file (e.g., assuming payload is java.io.File "payload.getName() + '.transfered'"); + Allows you to provide a SpEL expression which will compute the file name of + the target file (e.g., assuming payload is java.io.File "payload.name + '.transferred'"); - Extension used when uploading files. We change it right after we know it's uploaded. + Extension used when uploading files. We change it after we know it's uploaded. diff --git a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd index 88030c8c81..4863ce74c3 100644 --- a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd +++ b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd @@ -216,9 +216,9 @@ Only files matching this regular expression will be picked up by this adapter. - - + + @@ -251,7 +251,7 @@ Only files matching this regular expression will be picked up by this adapter. + DefaultFileNameGenerator is used.]]> @@ -263,15 +263,15 @@ Only files matching this regular expression will be picked up by this adapter. - Allows you to provide SpEL expression which will compute file name of - the target file (e.g., assuming payload is java.io.File "payload.getName() + '.transfered'"); + Allows you to provide a SpEL expression which will compute the file name of + the target file (e.g., assuming payload is java.io.File "payload.name + '.transferred'"); - Extension used when uploading files. We change it right after we know it's uploaded. + Extension used when uploading files. We change it after we know it's uploaded.