From b193b9b4808ce51d32c7eb27cab6b7cdc88050dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=9B=81=E9=91=AB?= Date: Sun, 15 Mar 2020 22:30:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/book/20-Generics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/20-Generics.md b/docs/book/20-Generics.md index a88918a..6c5aab8 100644 --- a/docs/book/20-Generics.md +++ b/docs/book/20-Generics.md @@ -3584,7 +3584,7 @@ public class UseList { } ``` -因为擦除,所以重载方法产生了的类型签名。 +因为擦除,所以重载方法产生了相同的类型签名。 因而,当擦除后的参数不能产生唯一的参数列表时,你必须提供不同的方法名: