mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-06 05:59:41 -06:00
Merge remote-tracking branch
'origin/GP-6238_d-millar_pending_not_abstract' (Closes #8712)
This commit is contained in:
@@ -308,6 +308,7 @@ public class ObjectTreeModel implements DisplaysModified {
|
||||
}
|
||||
String key = p.key(pos);
|
||||
AbstractNode matched = children().stream()
|
||||
.filter(c -> c instanceof AbstractNode)
|
||||
.map(c -> (AbstractNode) c)
|
||||
.filter(c -> key.equals(c.getValue().getEntryKey()))
|
||||
.findFirst()
|
||||
|
||||
Reference in New Issue
Block a user