From b5b0546e599eddc1feb9fe62d904c9fe9fc7f977 Mon Sep 17 00:00:00 2001 From: geyingauv Date: Thu, 3 Jan 2019 11:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95->=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Java\347\233\270\345\205\263/static.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Java\347\233\270\345\205\263/static.md" "b/Java\347\233\270\345\205\263/static.md" index 8d37affa446..17b09fe63a9 100644 --- "a/Java\347\233\270\345\205\263/static.md" +++ "b/Java\347\233\270\345\205\263/static.md" @@ -23,7 +23,7 @@ - 类名.静态变量名 - 类名.静态方法名() -如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被方法。 +如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被访问。 测试方法: