synch fix

This commit is contained in:
zzz
2015-09-21 14:54:08 +00:00
parent 62acfc0cae
commit 53ae727935

View File

@@ -98,7 +98,7 @@ public class JettyStart implements ClientApp {
}
}
public void startup() {
public synchronized void startup() {
if (_state != INITIALIZED)
return;
if (_jettys.isEmpty()) {