mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-3064 fixing importing to be cancellable
This commit is contained in:
parent
70757b658e
commit
33c5feac44
22 changed files with 279 additions and 252 deletions
|
@ -328,8 +328,8 @@ public class MemoryTestDummy extends AddressSet implements Memory {
|
|||
}
|
||||
|
||||
@Override
|
||||
public FileBytes createFileBytes(String filename, long offset, long size, InputStream is)
|
||||
throws IOException {
|
||||
public FileBytes createFileBytes(String filename, long offset, long size, InputStream is,
|
||||
TaskMonitor monitor) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue