removed unused properties field

Former-commit-id: 9877606326236bb2bda9048a5ac927cae7c3e0cd
This commit is contained in:
Jeremy Long
2014-01-11 12:40:37 -05:00
parent 2b7585357f
commit 24d8dbcf64

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.
*/