Skip to content

Commit

Permalink
Remove unnecessary call to set running state as it is already handled…
Browse files Browse the repository at this point in the history
… in finally block.
  • Loading branch information
mikeb01 committed Mar 6, 2018
1 parent bcd37d5 commit f1cd730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/lmax/disruptor/BatchEventProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public void run()
{
if (running.get() == HALTED)
{
running.set(IDLE);
return;
}

Expand Down

0 comments on commit f1cd730

Please sign in to comment.