Skip to content

Commit

Permalink
Add EncodingTester @SuppressWarnings("resource")
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 21, 2020
1 parent c526250 commit 916186a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-src/nu/validator/htmlparser/test/EncodingTester.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private void runTests() throws IOException, SAXException {
}
}

@SuppressWarnings("resource")
private boolean runTest() throws IOException, SAXException {
if (skipLabel()) {
return false;
Expand Down

0 comments on commit 916186a

Please sign in to comment.