kwin commented on code in PR #378:
URL:
https://github.com/apache/jackrabbit-filevault/pull/378#discussion_r2336953981
##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/io/ImportOptions.java:
##########
@@ -480,6 +484,26 @@ public void setIdConflictPolicy(@NotNull IdConflictPolicy
idConflictPolicy) {
this.idConflictPolicy = idConflictPolicy;
}
+ /**
+ * Allows to skip filter checks when importing packages; you can set this
+ * to {{code true}} if you are sure that there this package contains no
content
Review Comment:
```suggestion
* to {{code true}} if you are sure that this package contains no content
```
--
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]