Returning TaskService.java to original form

This commit is contained in:
Luis Rivas 2023-03-21 22:30:34 -05:00 committed by Alex
parent a29158bb21
commit 62c2defeff
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public interface 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! :D", e);
}
}