mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
removed un-neede property value update
Former-commit-id: c9ccb79104de208cf9673b258ed739d9b78562dc
This commit is contained in:
@@ -91,9 +91,7 @@ public class DatabaseProperties {
|
||||
if (updatedValue == null) {
|
||||
return;
|
||||
}
|
||||
properties.put("version", CveDB.DB_SCHEMA_VERSION);
|
||||
properties.put(LAST_UPDATED_BASE + updatedValue.getId(), String.valueOf(updatedValue.getTimestamp()));
|
||||
cveDB.saveProperty("version", CveDB.DB_SCHEMA_VERSION);
|
||||
cveDB.saveProperty(LAST_UPDATED_BASE + updatedValue.getId(), String.valueOf(updatedValue.getTimestamp()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user