mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Fix indentation
Use white space for indentation instead of tabulation.
This commit is contained in:
parent
9cb1c794cd
commit
24045b7211
@ -171,7 +171,7 @@ public class TThreadPoolServer extends TServer {
|
||||
}
|
||||
|
||||
execute();
|
||||
if (!waitForShutdown()) {
|
||||
if (!waitForShutdown()) {
|
||||
LOGGER.error("Shutdown is not done after " + stopTimeoutVal + stopTimeoutUnit);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user