INT-1669 consolidated incomplete extension for file adapters. It is now '.writing'

This commit is contained in:
Oleg Zhurakousky
2010-12-06 13:59:28 -05:00
parent 15bdb84f0b
commit afe866a366

View File

@@ -52,7 +52,7 @@ public abstract class AbstractInboundFileSynchronizer<F> 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());