added the creation of the DataStoreMetaInfo in the constructor

Former-commit-id: 4ca8a0a8ad66aeb15dc410baa20d60dce88c1ecd
This commit is contained in:
Jeremy Long
2013-10-05 07:42:08 -04:00
parent 0563077fb9
commit a9b6c68ce3

View File

@@ -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();
}