always store server instance in static server field

This commit is contained in:
stefanp 2004-01-05 18:39:25 +00:00
parent a2c2fea280
commit 6a9b9acc86

View file

@ -93,6 +93,7 @@ public class Server implements IPathElement, Runnable {
* Constructs a new Server instance with an array of command line options. * Constructs a new Server instance with an array of command line options.
*/ */
public Server(Config config) { public Server(Config config) {
server = this;
starttime = System.currentTimeMillis(); starttime = System.currentTimeMillis();
rmiPort = config.rmiPort; rmiPort = config.rmiPort;