fix(Worker): align finally
This commit is contained in:
parent
ce875f3d48
commit
a807444f57
1 changed files with 1 additions and 2 deletions
|
|
@ -493,8 +493,7 @@ public class Worker implements Runnable {
|
||||||
while (!shouldShutdown()) {
|
while (!shouldShutdown()) {
|
||||||
runProcessLoop();
|
runProcessLoop();
|
||||||
}
|
}
|
||||||
}
|
} finally {
|
||||||
finally {
|
|
||||||
finalShutdown();
|
finalShutdown();
|
||||||
LOG.info("Worker loop is complete. Exiting from worker.");
|
LOG.info("Worker loop is complete. Exiting from worker.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue