mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Don't allow LifecycleManager to start and stop concurrently. Bug #68.
This commit is contained in:
@@ -17,7 +17,7 @@ public class TestLifecycleModule extends AbstractModule {
|
||||
|
||||
public void registerForShutdown(ExecutorService e) {}
|
||||
|
||||
public boolean startServices() { return true; }
|
||||
public StartResult startServices() { return StartResult.SUCCESS; }
|
||||
|
||||
public void stopServices() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user