Skip to content
Snippets Groups Projects
Commit 0ddb7c2d authored by Christian Wulf's avatar Christian Wulf
Browse files

formatting

parent cab4c212
No related branches found
No related tags found
Loading
...@@ -65,9 +65,7 @@ abstract class AbstractRunnableStage implements Runnable { ...@@ -65,9 +65,7 @@ abstract class AbstractRunnableStage implements Runnable {
} catch (InterruptedException e) { } catch (InterruptedException e) {
this.logger.error(TERMINATING_THREAD_DUE_TO_THE_FOLLOWING_EXCEPTION, e); this.logger.error(TERMINATING_THREAD_DUE_TO_THE_FOLLOWING_EXCEPTION, e);
} }
} finally } finally {
{
if (stage.getTerminationStrategy() != TerminationStrategy.BY_INTERRUPT) { if (stage.getTerminationStrategy() != TerminationStrategy.BY_INTERRUPT) {
stage.getOwningContext().getThreadService().getRunnableCounter().dec(); stage.getOwningContext().getThreadService().getRunnableCounter().dec();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment