d'oh, placed the join in the wrong spot
git-svn-id: http://google-refine.googlecode.com/svn/trunk@386 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
771810bc0d
commit
e2d92aa0b1
@ -109,6 +109,8 @@ public class Gridworks {
|
||||
|
||||
// hook up the signal handlers
|
||||
new ShutdownSignalHandler("TERM", server);
|
||||
|
||||
server.join();
|
||||
}
|
||||
}
|
||||
|
||||
@ -160,7 +162,6 @@ class GridworksServer extends Server {
|
||||
}
|
||||
|
||||
this.start();
|
||||
this.join();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user