Skip to content

Commit

Permalink
fix: removed unnecessary throws
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Aug 26, 2024
1 parent b32a7a7 commit 65e61cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ File saveIncludeConfigXml() throws IOException {
return file;
}

private List<File> buildClassFilesToAnalyze(ClasspathLocator classpathLocator) throws IOException {
private List<File> buildClassFilesToAnalyze(ClasspathLocator classpathLocator) {
Collection<File> binaryDirs = classpathLocator.binaryDirs();

List<File> classFilesToAnalyze = new ArrayList<>();
Expand Down

0 comments on commit 65e61cf

Please sign in to comment.