Skip to content

Commit

Permalink
Fix missing return type in plugin docs (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftyghome authored May 29, 2024
1 parent cfd0fb7 commit 03fe7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/pointer-analysis-framework.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public class TaintAnalysis implements Plugin {
private Solver solver;
@Override
public setSolver(Solver solver) {
public void setSolver(Solver solver) {
this.solver = solver;
}
Expand Down

0 comments on commit 03fe7ef

Please sign in to comment.