mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-1861 - Changed locking to prevent potential out-of-order events
This commit is contained in:
parent
2d526352ee
commit
1ef3f71dd1
16 changed files with 192 additions and 197 deletions
|
@ -38,7 +38,7 @@ public abstract class DBDomainObjectSupport extends DomainObjectAdapterDB {
|
|||
|
||||
protected DBDomainObjectSupport(DBHandle dbh, DBOpenMode openMode, TaskMonitor monitor,
|
||||
String name, int timeInterval, int bufSize, Object consumer) {
|
||||
super(dbh, name, timeInterval, bufSize, consumer);
|
||||
super(dbh, name, timeInterval, consumer);
|
||||
this.openMode = openMode;
|
||||
this.monitor = monitor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue