mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
added the creation of the DataStoreMetaInfo in the constructor
Former-commit-id: 4ca8a0a8ad66aeb15dc410baa20d60dce88c1ecd
This commit is contained in:
@@ -64,6 +64,7 @@ public abstract class AbstractUpdate {
|
||||
protected CpeIndexWriter cpeIndex = null;
|
||||
|
||||
public AbstractUpdate() throws MalformedURLException, DownloadFailedException, UpdateException {
|
||||
this.properties = new DataStoreMetaInfo();
|
||||
this.updateable = updatesNeeded();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user