minor formatting fix.

This commit is contained in:
Ikram ulhaq 2017-06-05 12:56:00 -07:00
parent 66cbcba33a
commit 7be1059b9a

View file

@ -150,8 +150,7 @@ public class MultiLangDaemon implements Callable<Integer> {
Runtime.getRuntime().addShutdownHook(new Thread() { Runtime.getRuntime().addShutdownHook(new Thread() {
@Override @Override
public void run() public void run() {
{
LOG.info("Process terminanted, will initiate shutdown."); LOG.info("Process terminanted, will initiate shutdown.");
try { try {
Future<Void> fut = daemon.worker.requestShutdown(); Future<Void> fut = daemon.worker.requestShutdown();