diff --git a/test-src/nu/validator/htmlparser/test/EncodingTester.java b/test-src/nu/validator/htmlparser/test/EncodingTester.java index f0d9195c..12ec6343 100644 --- a/test-src/nu/validator/htmlparser/test/EncodingTester.java +++ b/test-src/nu/validator/htmlparser/test/EncodingTester.java @@ -63,6 +63,7 @@ private void runTests() throws IOException, SAXException { } } + @SuppressWarnings("resource") private boolean runTest() throws IOException, SAXException { if (skipLabel()) { return false;