This commit is contained in:
Jeremy Long
2017-04-23 08:44:24 -04:00
parent 865db1b6c3
commit a67e421a5d

View File

@@ -140,7 +140,6 @@ 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();