keepConcentration commented on code in PR #7570:
URL: https://github.com/apache/incubator-seata/pull/7570#discussion_r2254149653
##########
integration-tx-api/src/main/java/org/apache/seata/integration/tx/api/interceptor/handler/AbstractProxyInvocationHandler.java:
##########
@@ -59,7 +59,7 @@ public void setOrder(int order) {
@Override
public int getOrder() {
- return this.order;
+ return this.order();
Review Comment:
You're right — the line should return the `order` field directly instead of
calling `this.order()`. I will update the code accordingly to return the
`order` field as you suggested !
--
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]