removing NotAuthorizedOnWorkbasketException from interface method

This commit is contained in:
Luis Rivas 2023-03-21 21:47:21 -07:00 committed by Alex
parent 0ec00c37bd
commit 5ffccd216e
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ public interface TaskService {
Task forceCancelClaim(String taskId) Task forceCancelClaim(String taskId)
throws TaskNotFoundException, throws TaskNotFoundException,
InvalidOwnerException, InvalidOwnerException,
NotAuthorizedOnWorkbasketException,
InvalidTaskStateException; InvalidTaskStateException;
/** /**