forked from I2P_Developers/i2p.i2p
Fixups after props from:
i2p.i2p.zzz.pcap i2p.i2p.zzz.test i2p.i2p.zzz.test2 i2p.i2p.zzz.update Javadoc fixes Checklist tweak -1
This commit is contained in:
@ -798,15 +798,6 @@ public class RouterConsoleRunner implements RouterApp {
|
||||
}
|
||||
}
|
||||
|
||||
/** @since 0.8.8 */
|
||||
private static class ServerShutdown implements Runnable {
|
||||
public void run() {
|
||||
try {
|
||||
_server.stop();
|
||||
} catch (Exception ie) {}
|
||||
}
|
||||
}
|
||||
|
||||
private Properties webAppProperties() {
|
||||
return webAppProperties(_context.getConfigDir().getAbsolutePath());
|
||||
}
|
||||
|
Reference in New Issue
Block a user