Skip to content

Commit

Permalink
Missed line when merging
Browse files Browse the repository at this point in the history
  • Loading branch information
agherardi committed Mar 28, 2016
1 parent 0b4d797 commit 761f02f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ private boolean doRun() throws Exception {
}

for (Queue<WaitingOperation> q : mapWaitingOps.values()) {
Iterator<WaitingOperation> it = q.iterator();
while (it.hasNext()) {
if (Thread.interrupted()) {
return true;
Expand Down

0 comments on commit 761f02f

Please sign in to comment.