dragon-zhang commented on code in PR #3441:
URL: https://github.com/apache/incubator-shenyu/pull/3441#discussion_r884196596


##########
shenyu-client/shenyu-client-sofa/src/main/java/org/apache/shenyu/client/sofa/SofaServiceBeanPostProcessor.java:
##########
@@ -104,18 +110,41 @@ private void handler(final ServiceFactoryBean 
serviceBean) {
         if (AopUtils.isAopProxy(targetProxy)) {
             clazz = AopUtils.getTargetClass(targetProxy);
         }
+        final ShenyuSofaClient shenyuSofaClient = 
AnnotationUtils.findAnnotation(clazz, ShenyuSofaClient.class);

Review Comment:
   `shenyuSofaClient` rename to `beanSofaClient`.



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