This commit is contained in:
Jeremy Long
2017-04-23 08:04:54 -04:00
parent 31d7379a39
commit 865db1b6c3

View File

@@ -140,6 +140,7 @@ public class NvdCveUpdater implements CachedWebDataSource {
throw new UpdateException("Unable to obtain the update lock, skipping the database update. Skippinig the database update.");
}
}
initializeExecutorServices();
cveDb = CveDB.getInstance();
dbProperties = cveDb.getDatabaseProperties();