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/09/27 09:53:14 UTC

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #651: OAK-9880 : simplify rgc query

mreutegg commented on code in PR #651:
URL: https://github.com/apache/jackrabbit-oak/pull/651#discussion_r981026629


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoVersionGCSupport.java:
##########
@@ -100,6 +105,11 @@ public MongoVersionGCSupport(MongoDocumentStore store) {
         }
     }
 
+    /** accessor for testing only */
+    protected RevisionVector getLastDefaultNoBranchDeletionRevs() {

Review Comment:
   I cannot find any usages of this method. Remove?



-- 
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