forked from I2P_Developers/i2p.i2p
synch fix
This commit is contained in:
@@ -98,7 +98,7 @@ public class JettyStart implements ClientApp {
|
||||
}
|
||||
}
|
||||
|
||||
public void startup() {
|
||||
public synchronized void startup() {
|
||||
if (_state != INITIALIZED)
|
||||
return;
|
||||
if (_jettys.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user