mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GP-2903_ghidra1_ImmutableDomainObjects--SQUASHED'
This commit is contained in:
commit
b707c2ea6b
11 changed files with 226 additions and 256 deletions
|
@ -145,7 +145,6 @@ public class ProgramContentHandler extends DBWithUserDataContentHandler<ProgramD
|
|||
}
|
||||
catch (Throwable t) {
|
||||
Msg.error(this, "getReadOnlyObject failed", t);
|
||||
t.printStackTrace();
|
||||
String msg = t.getMessage();
|
||||
if (msg == null) {
|
||||
msg = t.toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue