mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fixing @Override warnings
This commit is contained in:
parent
d4120b4b4d
commit
a6cd5b5dbc
449 changed files with 2348 additions and 1276 deletions
|
@ -29,7 +29,8 @@ import java.util.Iterator;
|
|||
|
||||
public class ReportDisassemblyErrors extends GhidraScript {
|
||||
|
||||
public void run() throws Exception {
|
||||
@Override
|
||||
public void run() throws Exception {
|
||||
Program prog = currentProgram;
|
||||
Iterator<Bookmark> bookmarkIter = prog.getBookmarkManager().getBookmarksIterator("Error");
|
||||
int count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue