pat-lego commented on code in PR #428:
URL:
https://github.com/apache/jackrabbit-filevault/pull/428#discussion_r3603501111
##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/DocViewImporter.java:
##########
@@ -552,6 +552,7 @@ && isIncluded(child, child.getDepth() - rootDepth)) {
}
if (shouldRemoveChild) {
+ log.warn("Replacing path {}", path);
Review Comment:
Fair point I guess I saw it as "Replacing" because it may come back I know
for now it is being removed but the filters may have this node in scope and so
it could come back.
--
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]