mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
removed un-neede property value update
Former-commit-id: 313e74b97e818fda1421785c4c462f6c330122a3
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