We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e79b14 commit 789258aCopy full SHA for 789258a
test-src/nu/validator/htmlparser/test/TreeTester.java
@@ -1,5 +1,6 @@
1
/*
2
* Copyright (c) 2007 Henri Sivonen
3
+ * Copyright (c) 2020 Mozilla Foundation
4
*
5
* Permission is hereby granted, free of charge, to any person obtaining a
6
* copy of this software and associated documentation files (the "Software"),
@@ -67,6 +68,7 @@ private void runTests(String filename) throws Throwable {
67
68
}
69
70
71
+ @SuppressWarnings("resource")
72
private boolean runTest() throws Throwable {
73
UntilHashInputStream stream = null;
74
try {
0 commit comments