Skip to content

Commit

Permalink
Update DefaultTaskSelectionStrategy.java
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <awskiran@amazon.com>
  • Loading branch information
kiranprakash154 committed Aug 29, 2024
1 parent 092d715 commit 4a2c51e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public List<TaskCancellation> selectTasksForCancellation(

/**
* Selects tasks for cancellation from deleted query group.
* </n>
* This method iterates over the provided list of tasks and selects those that are instances of
* {@link CancellableTask}. For each selected task, it creates a cancellation reason and adds
* a {@link TaskCancellation} object to the list of selected tasks.
Expand Down

0 comments on commit 4a2c51e

Please sign in to comment.