removing NotAuthorizedOnWorkbasketException from interface method
This commit is contained in:
parent
0ec00c37bd
commit
5ffccd216e
|
@ -236,7 +236,6 @@ public interface TaskService {
|
|||
Task forceCancelClaim(String taskId)
|
||||
throws TaskNotFoundException,
|
||||
InvalidOwnerException,
|
||||
NotAuthorizedOnWorkbasketException,
|
||||
InvalidTaskStateException;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue