Skip to content

Commit 31aed29

Browse files
authored
Merge pull request #2132 from DannyGooo/patch-1
Update ScopeFinderTarget.java
2 parents 1388b67 + ae92664 commit 31aed29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systemTest/targets/soot/asm/ScopeFinderTarget.java

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public ScopeFinderTarget() {
4343
field = new Object();
4444
}
4545

46-
@Nullable
4746
public void method() {
4847
System.out.println("in method");
4948
}

0 commit comments

Comments
 (0)