dachuan9e commented on a change in pull request #12448:
URL: https://github.com/apache/shardingsphere/pull/12448#discussion_r709808580



##########
File path: 
shardingsphere-agent/shardingsphere-agent-core/src/main/java/org/apache/shardingsphere/agent/core/bytebuddy/transformer/ShardingSphereTransformer.java
##########
@@ -178,4 +169,22 @@
         }
         return result;
     }
+    
+    private ShardingSphereTransformationPoint<?> 
getInstanceMethodTransformationPoint(final MethodDescription.InDefinedShape md, 
final List<InstanceMethodPoint> instanceMethodAroundPoints) {

Review comment:
       `IndefinedShape` extends the `MethodDescription`. It's ok for naming as 
`md` .




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


Reply via email to