joerghoh commented on code in PR #428:
URL: 
https://github.com/apache/jackrabbit-filevault/pull/428#discussion_r3601665835


##########
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:
   nitpick: I wonder if "replace" is the correct term; in the context of this 
change I see the term "remove" being used, which is a slightly different thing.



-- 
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]

Reply via email to