From aefa2ccf249c87c40a5c407041268bb5c3f61a96 Mon Sep 17 00:00:00 2001 From: VinterHe Date: Mon, 12 Jul 2021 11:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8C=85=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E5=8F=8D=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system-design/naming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/naming.md b/docs/system-design/naming.md index 1c16523c..33d0db49 100644 --- a/docs/system-design/naming.md +++ b/docs/system-design/naming.md @@ -123,7 +123,7 @@ void shouldGet200StatusCodoWhenRequestIsValid() { 正例: `org.apache.dubbo.common.threadlocal` -反例: ~~`org.apache.dubbo.common.threadLocal`~~ +反例: ~~`org.apache_dubbo.Common.threadLocals`~~ **5.抽象类命名使用 Abstract 开头**。