Added files I missed during the last change

Former-commit-id: 43785f55a00e7683aa0083296efc923b306f6d6b
This commit is contained in:
Will Stranathan
2014-01-13 14:16:41 -05:00
parent d58e2aa701
commit 4f94765156
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.