Fix typos

This commit is contained in:
Stefan Neuhaus
2017-10-08 14:50:21 +02:00
parent 51d7618661
commit 143c8d151f
5 changed files with 5 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ public abstract class AbstractSuppressionAnalyzer extends AbstractAnalyzer {
}
if (file != null) {
if (!file.exists()) {
final String msg = String.format("Suppression file '%s' does not exists", file.getPath());
final String msg = String.format("Suppression file '%s' does not exist", file.getPath());
LOGGER.warn(msg);
throw new SuppressionParseException(msg);
}