rishabhdaim commented on code in PR #690:
URL: https://github.com/apache/jackrabbit-oak/pull/690#discussion_r967209445


##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentStoreStatsTest.java:
##########
@@ -49,6 +74,10 @@ public void shutDown(){
         statsProvider.close();
         new ExecutorCloser(executor).close();
     }
+    @Before
+    public void startUp() {
+        stats = new DocumentStoreStats(statsProvider);
+    }

Review Comment:
   I will revert this change, I agree this is not required.



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

Reply via email to