Closes #2271: test2

This commit is contained in:
Maria Margaritis 2024-03-05 13:02:46 +01:00
parent 9c944f2b4f
commit 0ee2e1517d
1 changed files with 1 additions and 1 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.WorkbasketQueryImpl;
import pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl; import pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl;
/** This is the implementation of TaskService.. */ /** This is the implementation of TaskService... */
@SuppressWarnings("checkstyle:OverloadMethodsDeclarationOrder") @SuppressWarnings("checkstyle:OverloadMethodsDeclarationOrder")
public class TaskServiceImpl implements TaskService { public class TaskServiceImpl implements TaskService {