(int serverId)
| 23 | public Rank rank; |
| 24 | |
| 25 | public SimpleApp(int serverId) throws Exception { |
| 26 | this(serverId, 20000 + serverId + 1, 20000); |
| 27 | } |
| 28 | |
| 29 | public SimpleApp(int serverId, int directPort, int cacheSize) throws Exception { |
| 30 | var config = Config.load("server.xml"); |
nothing calls this directly
no test coverage detected