rishabhdaim commented on code in PR #1562:
URL: https://github.com/apache/jackrabbit-oak/pull/1562#discussion_r1665468708
##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java:
##########
@@ -191,7 +190,7 @@ public GCCounts(FullGCMode mode, int deletedDocGCCount, int
deletedPropsCount,
public DocumentStoreFixture fixture;
@Parameter(1)
- public FullGCMode fullGcMode;
+ FullGCMode fullGcMode;
Review Comment:
reduced the scope for `FullGCMode` to avoid leaking this object.
--
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]