reverted slash removal in file directory path test config

This commit is contained in:
Mark Fisher
2010-04-15 19:22:54 +00:00
parent 8b1ec5b2e2
commit c0b1cd6517

View File

@@ -24,12 +24,12 @@
<outbound-gateway id="copier"
request-channel="copyInput"
reply-channel="output"
directory="${java.io.tmpdir}anyDir" />
directory="${java.io.tmpdir}/anyDir" />
<outbound-gateway id="mover"
request-channel="moveInput"
reply-channel="output"
directory="${java.io.tmpdir}anyDir"
directory="${java.io.tmpdir}/anyDir"
delete-source-files="true"/>
<!--suppress SpringModelInspection -->