Closes #2271: test
This commit is contained in:
parent
d6e5687512
commit
9c944f2b4f
|
@ -99,7 +99,7 @@ import pro.taskana.workbasket.api.models.WorkbasketSummary;
|
|||
import pro.taskana.workbasket.internal.WorkbasketQueryImpl;
|
||||
import pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl;
|
||||
|
||||
/** This is the implementation of TaskService. */
|
||||
/** This is the implementation of TaskService.. */
|
||||
@SuppressWarnings("checkstyle:OverloadMethodsDeclarationOrder")
|
||||
public class TaskServiceImpl implements TaskService {
|
||||
|
||||
|
@ -707,7 +707,7 @@ public class TaskServiceImpl implements TaskService {
|
|||
}
|
||||
if (historyEventManager.isEnabled()) {
|
||||
taskIds.forEach(this::createTaskDeletedEvent);
|
||||
}
|
||||
}
|
||||
}
|
||||
return bulkLog;
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue