Skip to content

Commit

Permalink
Merge pull request #2132 from DannyGooo/patch-1
Browse files Browse the repository at this point in the history
Update ScopeFinderTarget.java
  • Loading branch information
StevenArzt authored Dec 2, 2024
2 parents 1388b67 + ae92664 commit 31aed29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/systemTest/targets/soot/asm/ScopeFinderTarget.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public ScopeFinderTarget() {
field = new Object();
}

@Nullable
public void method() {
System.out.println("in method");
}
Expand Down

0 comments on commit 31aed29

Please sign in to comment.