File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
logicaldoc-core/src/main/java/com/logicaldoc/core/task Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ protected String prepareReport(Locale locale) {
431
431
432
432
/**
433
433
* Concrete implementations must override this method declaring if the task
434
- * supports multiple instances running concurrently.
435
- * tHIbernat
434
+ * supports multiple instances running concurrently. tHIbernat
435
+ *
436
436
* @return true if the task is concurrent
437
437
*/
438
438
public abstract boolean isConcurrent ();
@@ -477,7 +477,7 @@ public boolean isInterruptRequested() {
477
477
478
478
@ PostConstruct
479
479
protected void init () {
480
- sendActivityReport = "true" . equals ( config .getProperty ("task.sendreport." + name ) );
480
+ sendActivityReport = config .getBoolean ("task.sendreport." + name );
481
481
reportRecipients = config .getProperty ("task.recipients." + name );
482
482
}
483
483
}
You can’t perform that action at this time.
0 commit comments