You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/26 07:00:21 UTC

[GitHub] [dubbo] plusmancn commented on a change in pull request #8594: 「CodeReview」fix some bad smell of Service export & refer

plusmancn commented on a change in pull request #8594:
URL: https://github.com/apache/dubbo/pull/8594#discussion_r696346433



##########
File path: dubbo-common/src/main/java/org/apache/dubbo/common/extension/support/WrapperComparator.java
##########
@@ -45,14 +45,12 @@ public int compare(Object o1, Object o2) {
 
         Class clazz1 = (Class) o1;
         Class clazz2 = (Class) o2;
-
-        Class<?> inf = findSpi(clazz1);

Review comment:
       Done.




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org