Joscorbe commented on code in PR #727:
URL: https://github.com/apache/jackrabbit-oak/pull/727#discussion_r992348458
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/Oak.java:
##########
@@ -974,6 +975,10 @@ public void setStrictPathRestriction(String
strictPathRestriction) {
settings.setStrictPathRestriction(strictPathRestriction);
}
+ public void setPrefetchFeature(@Nullable Feature prefetch) {
Review Comment:
This method is just a wrapper of this one, so that's why I think it is more
appropriate to maintain the same definition, as it is public and could be used
from other place at some point:
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryEngineSettings.java#L134
--
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]