joerghoh commented on code in PR #378:
URL:
https://github.com/apache/jackrabbit-filevault/pull/378#discussion_r2336969026
##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/DocViewImporter.java:
##########
@@ -225,6 +226,11 @@ public class DocViewImporter implements
DocViewParserHandler {
*/
private final boolean isSnsSupported;
+ /**
+ * set true if filter checks can be skipped on import
+ */
+ private boolean skipFilterChecksOnImport = false;
Review Comment:
done
--
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]