From 2bc904713e143e753067b2a585432e15b14d5f47 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Thu, 12 Apr 2018 15:43:16 -0600 Subject: [PATCH] comment --- .../sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index 377ab2a5a4..3269346fd1 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -244,7 +244,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel { 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; for (CommonFilesMetaData meta : metadata) { totalNodes += meta.getChildren().size();