GP-3122 Added AutoCloseable Transaction API to DBHandle and

UndoableDomainObject.  Performed renaming of some internal classes.
This commit is contained in:
ghidra1 2023-02-28 14:16:25 -05:00
parent b4de95f4f5
commit 1795c35dfc
209 changed files with 1892 additions and 2054 deletions

View file

@ -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.";