mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-3122 Added AutoCloseable Transaction API to DBHandle and
UndoableDomainObject. Performed renaming of some internal classes.
This commit is contained in:
parent
b4de95f4f5
commit
1795c35dfc
209 changed files with 1892 additions and 2054 deletions
|
@ -809,7 +809,7 @@ public class ProgramDiffPlugin extends ProgramPlugin
|
|||
return;
|
||||
}
|
||||
|
||||
if (primaryProgram.getCurrentTransaction() != null) {
|
||||
if (primaryProgram.getCurrentTransactionInfo() != null) {
|
||||
String msg = "Cannot apply differences while another task is modifying \"" +
|
||||
primaryProgram.getName() + "\"." +
|
||||
"\nTry again when the currently executing task has completed.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue