Ghidra API changes: 11.1.1_PUBLIC → 11.1.2_PUBLIC

2 types modified

Modified Types 2
class ghidra.framework.data.DefaultProjectData 1 change history
modifiedmethod: refresh removed throws IOException
- void refresh(boolean force) throws IOException
+ void refresh(boolean force)
class ghidra.framework.model.ProjectData 1 change history
modifiedmethod: refresh removed throws IOException
- void refresh(boolean force) throws IOException
+ void refresh(boolean force)
ghidra.framework.data 1 modified
class ghidra.framework.data.DefaultProjectData 1 change history
modifiedmethod: refresh removed throws IOException
- void refresh(boolean force) throws IOException
+ void refresh(boolean force)
ghidra.framework.model 1 modified
class ghidra.framework.model.ProjectData 1 change history
modifiedmethod: refresh removed throws IOException
- void refresh(boolean force) throws IOException
+ void refresh(boolean force)