This commit is contained in:
Brian Sweeney 2018-04-12 15:43:16 -06:00
parent 6b666ad357
commit 2bc904713e

View File

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