mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fixed GadpClientServerTest
This commit is contained in:
parent
9b5b0479c2
commit
187aa1fa31
3 changed files with 6 additions and 3 deletions
|
@ -243,6 +243,9 @@ public abstract class AbstractTargetObject<P extends TargetObject> implements Sp
|
|||
}
|
||||
|
||||
protected void doInvalidate(TargetObject branch, String reason) {
|
||||
if (!valid) {
|
||||
return;
|
||||
}
|
||||
valid = false;
|
||||
model.objectInvalidated(getProxy());
|
||||
listeners.fire.invalidated(getProxy(), branch, reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue