ExportJsonFilesService: Shutdown Executor

This commit is contained in:
Alva Swanson 2023-02-05 13:36:09 +01:00
parent e25c27ec99
commit 7665780ca4
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -133,6 +133,7 @@ public class ExportJsonFilesService implements DaoSetupService {
txOutputFileManager.shutDown();
bsqStateFileManager.shutDown();
}
executor.shutdown();
}
public void maybeExportToJson() {