This commit is contained in:
parent
626d8d3206
commit
2c0ed58c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ public class NotificationService extends QueueConsumer implements InitializingBe
|
||||||
|
|
||||||
private void sendFilesToSftp(Collection<File> files) {
|
private void sendFilesToSftp(Collection<File> files) {
|
||||||
for (File file : files) {
|
for (File file : files) {
|
||||||
notificationsSftpGateway.sendToSftp(file);
|
// notificationsSftpGateway.sendToSftp(file);
|
||||||
if (deleteAfterSend) {
|
if (deleteAfterSend) {
|
||||||
boolean delete = file.delete();
|
boolean delete = file.delete();
|
||||||
if (!delete) {
|
if (!delete) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue