SammyVimes commented on a change in pull request #102:
URL: https://github.com/apache/ignite-3/pull/102#discussion_r630834208



##########
File path: 
modules/network/src/test/java/org/apache/ignite/network/internal/netty/NettyServerTest.java
##########
@@ -35,6 +37,15 @@
  * Tests for {@link NettyServer}.
  */
 public class NettyServerTest {
+    /** Server. */
+    private NettyServer server;
+
+    /** */
+    @AfterEach
+    final void tearDown() {

Review comment:
       Why should it be public? No one calls it anyway (except for JUnit)




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


Reply via email to