From 8737d619da108190635e19fc251b29b4c954cf07 Mon Sep 17 00:00:00 2001 From: Redkale Date: Mon, 21 Feb 2022 09:12:19 +0800 Subject: [PATCH] --- convert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.html b/convert.html index dc2e697d6..38abd4706 100644 --- a/convert.html +++ b/convert.html @@ -257,7 +257,7 @@ /** * 自定义Creator方法。 * 1) 方法名可以随意。 - * 2) 方法必须是static。 + * 2) 方法必须是static。声明为private的方法只能被当前类使用,若想方法被子类使用,需要声明protected * 3)方法的参数必须为空。 * 4)方法的返回类型必须是Creator。 *