added the creation of the DataStoreMetaInfo in the constructor

Former-commit-id: 498056ea82649be92d0451448837f4dd53ee8113
This commit is contained in:
Jeremy Long
2013-10-05 07:42:08 -04:00
parent 03425efa62
commit e88014ac5a

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