Skip to content

Commit 0b01c6a

Browse files
Add EncodingTester @SuppressWarnings("resource")
1 parent 628ce99 commit 0b01c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ private void runTests() throws IOException, SAXException {
6363
}
6464
}
6565

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

0 commit comments

Comments
 (0)