Skip to content

Commit

Permalink
Fix search in IOUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Nov 19, 2024
1 parent cf52ebe commit 20e4401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private static void getInnerSourceClasses(SourceVisitor visitor,
}
else
{
new File((String) i.next());
srcDir = new File(dir.toString());
}
//Scan all files on directory and add to builder
addFileToJavaDocBuilder(visitor, selector, srcDir);
Expand Down

0 comments on commit 20e4401

Please sign in to comment.