kwin commented on code in PR #378:
URL: 
https://github.com/apache/jackrabbit-filevault/pull/378#discussion_r2330447527


##########
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:
   Please pass as dedicated boolean argument to the constructor rather than 
getting it from the filter impl.



-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to