mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
comment
This commit is contained in:
parent
6b666ad357
commit
2bc904713e
@ -244,7 +244,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
TableFilterNode tableFilterWithDescendantsNode = new TableFilterNode(dataResultFilterNode);
|
TableFilterNode tableFilterWithDescendantsNode = new TableFilterNode(dataResultFilterNode);
|
||||||
|
|
||||||
TODO get this information from CommonFilesMetaData rather than enumerating the children as below
|
//TODO get this information from CommonFilesMetaData rather than enumerating the children as below
|
||||||
int totalNodes = 0;
|
int totalNodes = 0;
|
||||||
for (CommonFilesMetaData meta : metadata) {
|
for (CommonFilesMetaData meta : metadata) {
|
||||||
totalNodes += meta.getChildren().size();
|
totalNodes += meta.getChildren().size();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user