sk0x50 commented on a change in pull request #121:
URL: https://github.com/apache/ignite-3/pull/121#discussion_r638638607
##########
File path:
modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/WatchAggregatorTest.java
##########
@@ -29,15 +32,22 @@
import org.jetbrains.annotations.Nullable;
import org.junit.jupiter.api.Test;
import org.mockito.ArgumentCaptor;
+
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
+/**
+ *
Review comment:
Empty Javadoc looks very sad. :(
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]