reverted slash removal in file directory path test config
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user