rishabhdaim commented on code in PR #2934:
URL: https://github.com/apache/jackrabbit-oak/pull/2934#discussion_r3363869234
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java:
##########
@@ -4046,18 +4043,11 @@ boolean isReadOnlyMode() {
@Override
public void prefetch(java.util.Collection<String> paths, NodeState
rootState) {
if (paths != null
- && rootState instanceof DocumentNodeState
- && isPrefetchEnabled()) {
+ && rootState instanceof DocumentNodeState) {
Review Comment:
In that case, we can ignore this comment.
--
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]