jongmin-chung commented on code in PR #7644: URL: https://github.com/apache/incubator-seata/pull/7644#discussion_r2358315408
########## tm/src/main/java/org/apache/seata/tm/api/TransactionalTemplate.java: ########## @@ -290,7 +290,7 @@ private void rollbackTransaction(GlobalTransaction tx, Throwable originalExcepti break; case TimeoutRollbacked: case Rollbacked: - // rollback transactions but do not exist are usually considered completed + // rollback transactions but do not exist are usually considered completed Review Comment: In Java 11, this comment should be indented, but not indented in Java17, Java25, which is a problem. -- 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