You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/10/06 07:11:44 UTC

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #727: OAK-9893: Fix queryEngineSettings check.

rishabhdaim commented on code in PR #727:
URL: https://github.com/apache/jackrabbit-oak/pull/727#discussion_r988626307


##########
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:
   It should be `@NotNull` since `Feature.newFeature(...)` always returns a non-null value.



-- 
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-unsubscribe@jackrabbit.apache.org

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