fix 错别字

This commit is contained in:
徐雁鑫
2020-03-15 22:30:14 +08:00
parent ab66e30f77
commit b193b9b480

View File

@@ -3584,7 +3584,7 @@ public class UseList<W, T> {
}
```
因为擦除,所以重载方法产生了的类型签名。
因为擦除,所以重载方法产生了相同的类型签名。
因而,当擦除后的参数不能产生唯一的参数列表时,你必须提供不同的方法名: