daniancu commented on code in PR #1440:
URL: https://github.com/apache/jackrabbit-oak/pull/1440#discussion_r1598568245


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java:
##########
@@ -92,9 +90,9 @@ public class RevisionsCommand implements Command {
             "  collect        perform garbage collection",
             "  reset          clear all persisted metadata",
             "  sweep          clean up uncommitted changes",
-            "  detailedGC     perform detailed garbage collection i.e. remove 
unmerged branch commits, old ",
+            "  fullGC         perform detailed garbage collection i.e. remove 
unmerged branch commits, old ",

Review Comment:
   fixed



##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java:
##########
@@ -311,10 +311,10 @@
     @AttributeDefinition(
             name = "Document Node Store Detailed GC",
             description = "Boolean value indicating whether Detailed GC should 
be enabled for " +

Review Comment:
   fixed



##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java:
##########
@@ -311,10 +311,10 @@
     @AttributeDefinition(
             name = "Document Node Store Detailed GC",

Review Comment:
   fixed



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

Reply via email to