Skip to content

Commit 546ddaf

Browse files
author
gdesiato
committed
test task commit
1 parent 1251298 commit 546ddaf

File tree

1 file changed

+1
-1
lines changed
  • logicaldoc-core/src/main/java/com/logicaldoc/core/task

1 file changed

+1
-1
lines changed

logicaldoc-core/src/main/java/com/logicaldoc/core/task/Task.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public void notifyReport() {
391391
dictionary.put("error", (lastRunError != null ? lastRunError.getMessage() : null));
392392
dictionary.put("report", prepareReport(recipient.getLocale()).replace("\\n", "<br />"));
393393

394-
// Send the email
394+
// Send the email..eeee
395395
try {
396396
sender.send(email, "task.report", dictionary);
397397
log.info("Report sent to: {}", recipient.getEmail());

0 commit comments

Comments
 (0)