added key for suppression file

Former-commit-id: 6818ec53ed3174592ebdec3e7db6841791c9b5cc
This commit is contained in:
Jeremy Long
2013-11-25 19:34:49 -05:00
parent 10824e9731
commit ee6dd0e794

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.