make the thread join so that we can use ctrl-c to exit from the console

git-svn-id: http://google-refine.googlecode.com/svn/trunk@384 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-05 21:36:08 +00:00
parent 7590e30454
commit 9dfdd1e351

View File

@ -160,6 +160,7 @@ class GridworksServer extends Server {
}
this.start();
this.join();
}
@Override