KeRan213539 commented on issue #7: URL: https://github.com/apache/dubbo-spi-extensions/issues/7#issuecomment-766500683
返回对象有泛型,但是实际使用的时候没有添加泛型, 是这样吗? 例如返回对象的定义类似 ``` public class ResponseResult<T> ... ``` 而使用的地方没有传泛型,而直接使用了 ResponseResult 这样的情况下出现的异常? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
