Skip to content

Commit

Permalink
Update AbstractTaskCancellation.java
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed May 30, 2024
1 parent 6e03383 commit 57b1a37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,5 @@ private TaskCancellation createTaskCancellation(CancellableTask task) {

private void callbackOnCancel() {
// todo Implement callback logic here
System.out.println("Task was cancelled.");
}
}

0 comments on commit 57b1a37

Please sign in to comment.