refactored out re-entrant code in client
This commit is contained in:
parent
75c3dcda61
commit
5724953e9d
2 changed files with 41 additions and 51 deletions
|
|
@ -69,8 +69,6 @@ public class JobServServer {
|
|||
Runtime.getRuntime().addShutdownHook(new Thread() {
|
||||
@Override
|
||||
public void run() {
|
||||
// JVM shutdown might break logger functionality
|
||||
// so investigate this....
|
||||
logger.info("Shutting down server");
|
||||
JobServServer.this.stop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue