dachuan9e commented on a change in pull request #12308:
URL: https://github.com/apache/shardingsphere/pull/12308#discussion_r705969138
##########
File path:
shardingsphere-agent/shardingsphere-agent-core/src/main/java/org/apache/shardingsphere/agent/core/plugin/interceptor/ClassStaticMethodAroundInterceptor.java
##########
@@ -40,6 +41,8 @@
private final ClassStaticMethodAroundAdvice classStaticMethodAroundAdvice;
+ private boolean tryCall = true;
Review comment:
TryCall is the flag to call the advice. Maybe it can rename to needCall
--
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]