Skip to content

Commit 916186a

Browse files
Add EncodingTester @SuppressWarnings("resource")
1 parent c526250 commit 916186a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-src/nu/validator/htmlparser/test/EncodingTester.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ private void runTests() throws IOException, SAXException {
6464
}
6565
}
6666

67+
@SuppressWarnings("resource")
6768
private boolean runTest() throws IOException, SAXException {
6869
if (skipLabel()) {
6970
return false;

0 commit comments

Comments
 (0)