small correction

This commit is contained in:
stboiss
2017-11-27 15:26:17 +01:00
parent d7606d0263
commit 76d79186c7

View File

@@ -117,7 +117,7 @@ public abstract class AbstractSuppressionAnalyzer extends AbstractAnalyzer {
* @throws SuppressionParseException thrown if the XML cannot be parsed.
*/
private void loadSuppressionData() throws SuppressionParseException {
List<SuppressionRule> ruleList = new ArrayList<>()
List<SuppressionRule> ruleList = new ArrayList<>();
final SuppressionParser parser = new SuppressionParser();
final String[] suppressionFilePaths = getSettings().getArray(Settings.KEYS.SUPPRESSION_FILE);
final List<String> failedLoadingFiles = new ArrayList<>();