funky-eyes commented on code in PR #7124: URL: https://github.com/apache/incubator-seata/pull/7124#discussion_r1922962505
########## spring/src/main/java/org/apache/seata/spring/annotation/GlobalTransactionScanner.java: ########## @@ -341,6 +341,10 @@ private boolean doCheckers(Object bean, String beanName) { return false; } + return doScannerCheckers(bean, beanName); + } + + private boolean doScannerCheckers(Object bean, String beanName) { Review Comment: 为什么要拆分成2个方法? Why split it into two methods? -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org