minor checkstyle correctionn

Former-commit-id: 72cfe98796cc4b8ba335c1cf6de293b30e111d99
This commit is contained in:
Jeremy Long
2014-03-10 14:53:06 -04:00
parent b82804018d
commit ac5a23ef29

View File

@@ -102,7 +102,7 @@ public abstract class AbstractSuppressionAnalyzer extends AbstractAnalyzer {
* @throws SuppressionParseException thrown if the XML cannot be parsed.
*/
private void loadSuppressionData() throws SuppressionParseException {
String suppressionFilePath = Settings.getString(Settings.KEYS.SUPPRESSION_FILE);
final String suppressionFilePath = Settings.getString(Settings.KEYS.SUPPRESSION_FILE);
if (suppressionFilePath == null) {
return;
}