shodaaan commented on code in PR #1805:
URL: https://github.com/apache/jackrabbit-oak/pull/1805#discussion_r1820536936
##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/AvailableModes.java:
##########
@@ -75,5 +75,6 @@ public final class AvailableModes {
.put("segment-copy", new SegmentCopyCommand())
.put("server", new ServerCommand())
.put("purge-index-versions", new
LucenePurgeOldIndexVersionCommand())
+ .put("generate-test-garbage", new GenerateGarbageCommand())
Review Comment:
Fixed, 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]