Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/en/developer-guide/java-format-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down
8 changes: 2 additions & 6 deletions docs/zh-CN/developer-guide/java-format-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down