Skip to content

Commit 5cf515e

Browse files
authored
Merge pull request Snailclimb#1274 from VinterHe/patch-5
修复包命名反例
2 parents 874a58b + aefa2cc commit 5cf515e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void shouldGet200StatusCodoWhenRequestIsValid() {
123123

124124
正例: `org.apache.dubbo.common.threadlocal`
125125

126-
反例: ~~`org.apache.dubbo.common.threadLocal`~~
126+
反例: ~~`org.apache_dubbo.Common.threadLocals`~~
127127

128128
**5.抽象类命名使用 Abstract 开头**
129129

0 commit comments

Comments
 (0)