refactored out re-entrant code in client

This commit is contained in:
Aidan Hahn 2019-05-21 01:37:41 -07:00
parent 75c3dcda61
commit 5724953e9d
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 41 additions and 51 deletions

View file

@ -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();
}