fix(Worker): align finally

This commit is contained in:
bencvdb 2019-07-01 14:46:35 -07:00 committed by GitHub
parent ce875f3d48
commit a807444f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -493,8 +493,7 @@ public class Worker implements Runnable {
while (!shouldShutdown()) {
runProcessLoop();
}
}
finally {
} finally {
finalShutdown();
LOG.info("Worker loop is complete. Exiting from worker.");
}