reschke commented on code in PR #408:
URL:
https://github.com/apache/jackrabbit-filevault/pull/408#discussion_r2694373744
##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/AggregateImpl.java:
##########
@@ -645,12 +645,18 @@ private void loadNamespaces(Set<String> prefixes, String
parentPath, Node node)
addNamespace(prefixes, p);
}
}
- for (NodeIterator iter = node.getNodes(); iter.hasNext(); ) {
+ boolean hasOrderableChildNodes =
node.getPrimaryNodeType().hasOrderableChildNodes();
Review Comment:
Good question - I did not change anything here. :-)
That said, something we should consider separately.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]