mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 01:29:43 +01:00
removed unused properties field
Former-commit-id: 9877606326236bb2bda9048a5ac927cae7c3e0cd
This commit is contained in:
@@ -50,7 +50,6 @@ public class CallableDownloadTask implements Callable<Future<ProcessTask>> {
|
|||||||
this.nvdCveInfo = nvdCveInfo;
|
this.nvdCveInfo = nvdCveInfo;
|
||||||
this.processorService = processor;
|
this.processorService = processor;
|
||||||
this.cveDB = cveDB;
|
this.cveDB = cveDB;
|
||||||
this.properties = cveDB.getDatabaseProperties();
|
|
||||||
|
|
||||||
final File file1;
|
final File file1;
|
||||||
final File file2;
|
final File file2;
|
||||||
@@ -66,10 +65,6 @@ public class CallableDownloadTask implements Callable<Future<ProcessTask>> {
|
|||||||
this.second = file2;
|
this.second = file2;
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* The DataStoreMeta information.
|
|
||||||
*/
|
|
||||||
private DatabaseProperties properties;
|
|
||||||
/**
|
/**
|
||||||
* The CVE DB to use when processing the files.
|
* The CVE DB to use when processing the files.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user