Skip to content

Commit f1cd730

Browse files
committed
Remove unnecessary call to set running state as it is already handled in finally block.
1 parent bcd37d5 commit f1cd730

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/lmax/disruptor/BatchEventProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public void run()
129129
{
130130
if (running.get() == HALTED)
131131
{
132-
running.set(IDLE);
133132
return;
134133
}
135134

0 commit comments

Comments
 (0)