From 6fd72fa646cfc1e48aa55892aad65969064c592a Mon Sep 17 00:00:00 2001 From: sjsdfg <736777445@qq.com> Date: Mon, 29 Oct 2018 15:58:39 +0800 Subject: [PATCH] =?UTF-8?q?27.=20=E6=B6=88=E9=99=A4=E9=9D=9E=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 27. 消除非检查警告.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/27. 消除非检查警告.md b/27. 消除非检查警告.md index f2b31b5..2ec7976 100644 --- a/27. 消除非检查警告.md +++ b/27. 消除非检查警告.md @@ -8,7 +8,7 @@ Set exaltation = new HashSet(); ``` -编译器会提醒你你做错了什么: +  编译器会提醒你你做错了什么: ```Java Venery.java:4: warning: [unchecked] unchecked conversion