NiMv1 commented on PR #7874: URL: https://github.com/apache/incubator-seata/pull/7874#issuecomment-3692980323
Thank you for the review @maple525866! The wildcard imports have been replaced with explicit imports in commit 38060febd. The class uses default (package-private) access modifier because JUnit 5 doesn't require public access for test classes - this is the recommended practice in JUnit 5. However, I've added public modifier for consistency with other test classes in the project. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
