GP-2974: Fixing warnings

This commit is contained in:
Ryan Kurtz 2023-04-26 08:03:57 -04:00
parent 113156a19f
commit 7fa3389119
662 changed files with 2198 additions and 2216 deletions

View file

@ -82,7 +82,7 @@ public class PdbDeveloperDumpSetScript extends GhidraScript {
private void dumpFiles(List<IOEntry> entries) throws CancelledException, PdbException {
for (IOEntry entry : entries) {
monitor.checkCanceled();
monitor.checkCancelled();
println("Processing PDB Dump of: " + entry.input());
try (AbstractPdb pdb =
PdbParser.parse(entry.input(), new PdbReaderOptions(), monitor)) {