Merge remote-tracking branch 'origin/GP-2903_ghidra1_ImmutableDomainObjects--SQUASHED'

This commit is contained in:
Ryan Kurtz 2022-12-15 06:01:56 -05:00
commit b707c2ea6b
11 changed files with 226 additions and 256 deletions

View file

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