Skip to content

Commit 976f452

Browse files
authored
There's no point in restoring the interruption flag (#478)
1 parent 2579f8a commit 976f452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/pivovarit/collectors/Dispatcher.java

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ void stop() {
7171
try {
7272
workingQueue.put(POISON_PILL);
7373
} catch (InterruptedException e) {
74-
Thread.currentThread().interrupt();
7574
completionSignaller.completeExceptionally(e);
7675
} finally {
7776
dispatcher.shutdown();

0 commit comments

Comments
 (0)