mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 16:24:11 +01:00
added some JavaDoc comments
Former-commit-id: 8ae8744c4f59f1f2e8a932485b969575b533fc42
This commit is contained in:
@@ -68,8 +68,17 @@ public class ProcessTask implements Callable<ProcessTask> {
|
|||||||
public void setException(UpdateException exception) {
|
public void setException(UpdateException exception) {
|
||||||
this.exception = exception;
|
this.exception = exception;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* A reference to the CveDB.
|
||||||
|
*/
|
||||||
private final CveDB cveDB;
|
private final CveDB cveDB;
|
||||||
|
/**
|
||||||
|
* A reference to the callable download task.
|
||||||
|
*/
|
||||||
private final CallableDownloadTask filePair;
|
private final CallableDownloadTask filePair;
|
||||||
|
/**
|
||||||
|
* A reference to the properties.
|
||||||
|
*/
|
||||||
private final DataStoreMetaInfo properties;
|
private final DataStoreMetaInfo properties;
|
||||||
|
|
||||||
public ProcessTask(final CveDB cveDB, final DataStoreMetaInfo properties, final CallableDownloadTask filePair) {
|
public ProcessTask(final CveDB cveDB, final DataStoreMetaInfo properties, final CallableDownloadTask filePair) {
|
||||||
|
|||||||
Reference in New Issue
Block a user