diff --git a/spring-integration-file/src/main/java/org/springframework/integration/file/remote/synchronizer/AbstractInboundFileSynchronizer.java b/spring-integration-file/src/main/java/org/springframework/integration/file/remote/synchronizer/AbstractInboundFileSynchronizer.java index 6848af8be8..6864c310f8 100644 --- a/spring-integration-file/src/main/java/org/springframework/integration/file/remote/synchronizer/AbstractInboundFileSynchronizer.java +++ b/spring-integration-file/src/main/java/org/springframework/integration/file/remote/synchronizer/AbstractInboundFileSynchronizer.java @@ -52,7 +52,7 @@ public abstract class AbstractInboundFileSynchronizer implements InboundFileS /** * Extension used when downloading files. We change it right after we know it's downloaded. */ - static final String INCOMPLETE_EXTENSION = ".INCOMPLETE"; + static final String INCOMPLETE_EXTENSION = ".writing"; protected final Log logger = LogFactory.getLog(this.getClass());