Skip to content

Commit

Permalink
rename parameter in SourceCodeFinder.find(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 committed May 5, 2024
1 parent 4cd0387 commit bdfbea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public abstract interface SourceCodeFinder {

public abstract void find(String paramString, List<SourceFileResult> resultList);
public abstract void find(String binFile, List<SourceFileResult> resultList);

public abstract void cancel();

Expand Down

0 comments on commit bdfbea3

Please sign in to comment.