Skip to content

Commit

Permalink
Requests List is cleared upon cancellation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Oct 13, 2015
1 parent c54daf2 commit 8c45a08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ public synchronized void cancelAll() {
for (int i = 0, size = list.size(); i < size; i++) {
list.get(i).cancel();
}
list.clear();
}
}

0 comments on commit 8c45a08

Please sign in to comment.