Merge pull request #408 from funnycoding/master

fix 翻译漏字
This commit is contained in:
LingCoder
2020-03-16 11:00:04 +08:00
committed by GitHub

View File

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