minor formatting fix.
This commit is contained in:
parent
66cbcba33a
commit
7be1059b9a
1 changed files with 1 additions and 2 deletions
|
|
@ -150,8 +150,7 @@ public class MultiLangDaemon implements Callable<Integer> {
|
|||
|
||||
Runtime.getRuntime().addShutdownHook(new Thread() {
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
public void run() {
|
||||
LOG.info("Process terminanted, will initiate shutdown.");
|
||||
try {
|
||||
Future<Void> fut = daemon.worker.requestShutdown();
|
||||
|
|
|
|||
Loading…
Reference in a new issue