shodaaan commented on code in PR #2216:
URL: https://github.com/apache/jackrabbit-oak/pull/2216#discussion_r2055436549
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java:
##########
@@ -247,9 +248,17 @@ void setFullGcMaxAge(final long fullGcMaxAge, final
TimeUnit unit) {
this.fullGcMaxAgeInMillis = unit.toMillis(fullGcMaxAge);
}
- public void setStatisticsProvider(StatisticsProvider provider) {
+ public void setStatisticsProvider(StatisticsProvider provider) {
Review Comment:
Done, thank you for the suggestion.
--
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]