mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
added key for suppression file
Former-commit-id: 6818ec53ed3174592ebdec3e7db6841791c9b5cc
This commit is contained in:
@@ -140,6 +140,10 @@ public final class Settings {
|
|||||||
* The maximum number of threads to allocate when downloading files.
|
* The maximum number of threads to allocate when downloading files.
|
||||||
*/
|
*/
|
||||||
public static final String MAX_DOWNLOAD_THREAD_POOL_SIZE = "max.download.threads";
|
public static final String MAX_DOWNLOAD_THREAD_POOL_SIZE = "max.download.threads";
|
||||||
|
/**
|
||||||
|
* The key for a list of suppression files.
|
||||||
|
*/
|
||||||
|
public static final String SUPPRESSION_FILE = "suppression.file";
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* The properties file location.
|
* The properties file location.
|
||||||
|
|||||||
Reference in New Issue
Block a user