Skip to content

Commit

Permalink
https://github.com/aim42/htmlSanityCheck/issues/305
Browse files Browse the repository at this point in the history
  • Loading branch information
oliva123456 committed Sep 28, 2023
1 parent b82153a commit c180165
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public class HtmlReporter extends Reporter {
URL resource = getClass().getClassLoader().getResource(resourceName);

// https://github.com/aim42/htmlSanityCheck/issues/305
// unfortunately we currently are not able to use try-with-ressources yet.
InputStream stream = null;
try {
stream = resource.openStream()
Expand Down

0 comments on commit c180165

Please sign in to comment.