mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Remove comment
This commit is contained in:
parent
4d3fc1f23d
commit
7df29a843c
@ -45,7 +45,7 @@ public final class DelayedLoadChildNodesOnTreeExpansion implements TreeExpansion
|
||||
@Override
|
||||
public synchronized void treeExpanded(final TreeExpansionEvent event) {
|
||||
Node eventNode = Visualizer.findNode(event.getPath().getLastPathComponent());
|
||||
if (eventNode instanceof TableFilterNode) { //!inRecursion &&
|
||||
if (eventNode instanceof TableFilterNode) {
|
||||
final TableFilterNode node = (TableFilterNode) eventNode;
|
||||
node.refresh();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user