reschke commented on code in PR #2934:
URL: https://github.com/apache/jackrabbit-oak/pull/2934#discussion_r3363043402
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreBuilder.java:
##########
@@ -466,11 +465,6 @@ public boolean getReadOnlyMode() {
return isReadOnlyMode;
}
- public T setPrefetchFeature(@Nullable Feature prefetch) {
- this.prefetchFeature = prefetch;
- return thisBuilder();
- }
-
@Nullable
public Feature getPrefetchFeature() {
Review Comment:
indeed
--
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]