removed unused properties field

Former-commit-id: 08a2b2a405b7f3176cbf44251cf99a8a22286e48
This commit is contained in:
Jeremy Long
2014-01-11 12:40:37 -05:00
parent d1cb88b5c5
commit 8eaba18e91

View File

@@ -50,7 +50,6 @@ public class CallableDownloadTask implements Callable<Future<ProcessTask>> {
this.nvdCveInfo = nvdCveInfo;
this.processorService = processor;
this.cveDB = cveDB;
this.properties = cveDB.getDatabaseProperties();
final File file1;
final File file2;
@@ -66,10 +65,6 @@ public class CallableDownloadTask implements Callable<Future<ProcessTask>> {
this.second = file2;
}
/**
* The DataStoreMeta information.
*/
private DatabaseProperties properties;
/**
* The CVE DB to use when processing the files.
*/