added key for suppression file

Former-commit-id: f4f13fb2319d5a8851d46b35a87b8d08f90b00d8
This commit is contained in:
Jeremy Long
2013-11-25 19:34:49 -05:00
parent 4236a2e6f7
commit 1af445a390

View File

@@ -140,6 +140,10 @@ public final class Settings {
* The maximum number of threads to allocate when downloading files.
*/
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.