Skip to content

Commit

Permalink
Closes Taskana#2271: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenv committed Mar 5, 2024
1 parent d6e5687 commit 9c944f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
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 {

Expand Down Expand Up @@ -707,7 +707,7 @@ public BulkOperationResults<String, TaskanaException> deleteTasks(List<String> t
}
if (historyEventManager.isEnabled()) {
taskIds.forEach(this::createTaskDeletedEvent);
}
}
}
return bulkLog;
} finally {
Expand Down

0 comments on commit 9c944f2

Please sign in to comment.