snuyanzin commented on code in PR #19667:
URL: https://github.com/apache/flink/pull/19667#discussion_r868901265


##########
flink-core/src/test/java/org/apache/flink/api/java/typeutils/runtime/PojoSubclassSerializerTest.java:
##########
@@ -30,7 +30,7 @@
 import java.util.Random;
 
 /** A test for the {@link PojoSerializer}. */
-public class PojoSubclassSerializerTest
+class PojoSubclassSerializerTest

Review Comment:
   Probably it's better also to make use of `import org.junit.jupiter.api.Test` 
since there are some methods annotated with `@Test`



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