always store server instance in static server field
This commit is contained in:
parent
a2c2fea280
commit
6a9b9acc86
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class Server implements IPathElement, Runnable {
|
|||
* Constructs a new Server instance with an array of command line options.
|
||||
*/
|
||||
public Server(Config config) {
|
||||
server = this;
|
||||
starttime = System.currentTimeMillis();
|
||||
|
||||
rmiPort = config.rmiPort;
|
||||
|
|
Loading…
Add table
Reference in a new issue