ns3154 commented on code in PR #107: URL: https://github.com/apache/dubbo-hessian-lite/pull/107#discussion_r3481471070
########## java-17-test/src/test/java/org/apache/dubbo/hessian/java17/RecordTest.java: ########## @@ -29,6 +29,7 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import java.util.Objects; Review Comment: 已按建议把 import 重新排序:`java.*` 分组提到最前,空行后再放 `org.*`,符合 `java → org → com` 的顺序。感谢 review! -- 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]
