minor checkstyle correctionn

Former-commit-id: 57438863b9635f339e1eacdd73913c5ed003348f
This commit is contained in:
Jeremy Long
2014-03-10 14:53:06 -04:00
parent be7443a0a0
commit 9b2ecb4701

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;
}