mbaedke commented on code in PR #1454:
URL: https://github.com/apache/jackrabbit-oak/pull/1454#discussion_r1609849335
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreBuilder.java:
##########
@@ -324,6 +346,11 @@ public T setNoChildOrderCleanupFeature(@Nullable Feature
noChildOrderCleanupFeat
return thisBuilder();
}
+ public T setDocStoreFullGCFeature(@Nullable Feature docStoreFullGC) {
+ this.docStoreFullGCFeature = docStoreFullGC;
+ return thisBuilder();
+ }
+
Review Comment:
That's out of place. I'd suggest moving it down a few lines to where it
belongs.
--
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]