Navigation Menu

Skip to content

Commit

Permalink
exclude internal nodes from the numberOfChildren count
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 16, 2013
1 parent bff9a91 commit 8ce2ebb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -196,6 +196,7 @@ private static void addJcrTreePropertiesToModel(
final Node childNode = nodeIterator.nextNode();

if (FedoraTypesUtils.isInternalNode.apply(childNode)) {
excludedNodes += 1;
continue;
}

Expand Down

0 comments on commit 8ce2ebb

Please sign in to comment.