The type List is not generic; it cannot be parameterized with arguments<T>

xiaoxiao2021-02-28  124

今天写一个返回list的接口,出现了如下报错信息,

The type List is not generic; it cannot be parameterized with arguments<T>

原来是List的包导错了,

把awt改成util,问题解决。

转载请注明原文地址: https://www.6miu.com/read-27256.html

最新回复(0)