Update lib/taskana-core/src/main/java/pro/taskana/task/internal/TaskServiceImpl.java

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
This commit is contained in:
Luis Rivas 2023-03-21 23:28:39 -05:00 committed by Alex
parent ae51e9c0e7
commit 0ec00c37bd
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class TaskServiceImpl implements TaskService {
return this.cancelClaim(taskId, true);
} catch (NotAuthorizedOnWorkbasketException e) {
throw new SystemException(
"this should not have happened. You've discovered a new bug! :D", e);
"this should not have happened. You've discovered a new bug!", e);
}
}