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:
parent
ae51e9c0e7
commit
0ec00c37bd
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue