[doc] update fe checkstyle doc (#9373)

This commit is contained in:
morrySnow
2022-05-11 15:44:29 +08:00
committed by GitHub
parent 74352c807e
commit 3ba5ff4705
2 changed files with 4 additions and 12 deletions

View File

@ -33,13 +33,9 @@ The formatting of the Java part of the code in Doris is usually done automatical
```
org.apache.doris
<blank line>
com
third party package
<blank line>
org
<blank line>
java
<blank line>
javax
standard java package
<blank line>
```

View File

@ -33,13 +33,9 @@ Doris 中 Java 部分代码的格式化工作通常有 IDE 来自动完成。这
```
org.apache.doris
<blank line>
com
third party package
<blank line>
org
<blank line>
java
<blank line>
javax
standard java package
<blank line>
```