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();