mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Merge pull request #6541 from alvasw/dao_state_storage_service_do_not_call_executor_service_shutdown_twice
DaoStateStorageService: Don't call executorService.shutdown() twice
This commit is contained in:
commit
71c05f6ac2
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ public class DaoStateStorageService extends StoreService<DaoStateStore> {
|
|||
}
|
||||
|
||||
public void shutDown() {
|
||||
executorService.shutdown();
|
||||
// noinspection UnstableApiUsage
|
||||
MoreExecutors.shutdownAndAwaitTermination(executorService, 10, TimeUnit.SECONDS);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue