173174175176177178179180
} final InputSource source = new InputSource(uri.toString()); return loadSuppressions(source, aFilename); } catch (final FileNotFoundException e) { throw new CheckstyleException("unable to find " + aFilename, e); } }