mreutegg commented on code in PR #690:
URL: https://github.com/apache/jackrabbit-oak/pull/690#discussion_r966804973
##########
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:
Why is this needed? The instance variable `stats` already gets initialized
like this.
--
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]