GP-0: Fixing @Override warnings

This commit is contained in:
Ryan Kurtz 2025-05-29 06:16:20 -04:00
parent d4120b4b4d
commit a6cd5b5dbc
449 changed files with 2348 additions and 1276 deletions

View file

@ -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;