stefan-egli commented on code in PR #1397: URL: https://github.com/apache/jackrabbit-oak/pull/1397#discussion_r1549226833
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ########## @@ -155,10 +155,10 @@ static enum RDGCType { OLDER_THAN_24H_AND_BETWEEN_CHECKPOINTS_MODE } - private static RDGCType revisionDetailedGcType = RDGCType.NO_OLD_PROP_REV_GC; + private static final RDGCType REVISION_DETAILED_GC_TYPE = RDGCType.NO_OLD_PROP_REV_GC; Review Comment: we cannot make this final as the tests overwrite this to test the different modes. -- 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-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org