Updating JavaDoc

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

View File

@ -230,7 +230,6 @@ public interface TaskService {
* @throws InvalidTaskStateException if the {@linkplain Task} is already in one of the {@linkplain
* TaskState#END_STATES}
* @throws InvalidOwnerException cannot be thrown
* @throws NotAuthorizedOnWorkbasketException if the current user has no {@linkplain
* WorkbasketPermission#READ} for the {@linkplain Workbasket} the {@linkplain Task} is in
*/
Task forceCancelClaim(String taskId)