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: [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]