Skip to content

Commit

Permalink
Add constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jan 4, 2023
1 parent bd4223a commit dbbb18d
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -27,6 +27,9 @@
@StubFiles("IOUtils.astub")
public class ResourceLeakChecker extends CalledMethodsChecker {

/** Creates a ResourceLeakChecker. */
public ResourceLeakChecker() {}

/**
* Command-line option for counting how many must-call obligations were checked by the Resource
* Leak Checker, and emitting the number after processing all files. Used for generating tables
Expand Down

0 comments on commit dbbb18d

Please sign in to comment.