changfubai commented on a change in pull request #8594:
URL: https://github.com/apache/dubbo/pull/8594#discussion_r696323856
##########
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:
method findSpi is unused, may remove it ?
--
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]