Added files I missed during the last change

Former-commit-id: 2f6f9cdb93c3a3f055694447b8a5d5bfbe440708
This commit is contained in:
Will Stranathan
2014-01-13 14:16:41 -05:00
parent 38b493ee9d
commit 860434a1d5
2 changed files with 64 additions and 0 deletions

View File

@@ -147,6 +147,14 @@ public final class Settings {
* The key for a list of suppression files.
*/
public static final String SUPPRESSION_FILE = "suppression.file";
/**
* The properties key for whether the Nexus analyzer is enabled.
*/
public static final String ANALYZER_NEXUS_ENABLED = "analyzer.nexus.enabled";
/**
* The properties key for the Nexus search URL.
*/
public static final String ANALYZER_NEXUS_URL = "analyzer.nexus.url";
}
/**
* The properties file location.