Fix for #Issue74

This commit is contained in:
Kyle Feuz
2014-04-21 15:55:59 -07:00
parent e3bcb85b19
commit 43d1d5a2fe
@@ -265,6 +265,8 @@ public class Server implements Runnable {
}
}
}
} catch (SocketException e) {
//thrown when server.close() is called and server is waiting on accept
} catch (IOException e) {
//errorMessage("run", e);
e.printStackTrace();