mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 11:31:24 +01:00
added key for suppression file
Former-commit-id: f4f13fb2319d5a8851d46b35a87b8d08f90b00d8
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