Closes #2271: test

This commit is contained in:
Maria Margaritis 2024-03-05 12:57:56 +01:00
parent d6e5687512
commit 9c944f2b4f
1 changed files with 2 additions and 2 deletions

View File

@ -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 {