You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/05/11 07:44:34 UTC

[incubator-doris] branch master updated: [doc] update fe checkstyle doc (#9373)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ba5ff4705 [doc] update fe checkstyle doc (#9373)
3ba5ff4705 is described below

commit 3ba5ff4705d70ebfcdb5cbc55eb4276d32d43a5c
Author: morrySnow <10...@users.noreply.github.com>
AuthorDate: Wed May 11 15:44:29 2022 +0800

    [doc] update fe checkstyle doc (#9373)
---
 docs/en/developer-guide/java-format-code.md    | 8 ++------
 docs/zh-CN/developer-guide/java-format-code.md | 8 ++------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/docs/en/developer-guide/java-format-code.md b/docs/en/developer-guide/java-format-code.md
index 1ae2996314..5934fbdc38 100644
--- a/docs/en/developer-guide/java-format-code.md
+++ b/docs/en/developer-guide/java-format-code.md
@@ -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>
 ```
 
diff --git a/docs/zh-CN/developer-guide/java-format-code.md b/docs/zh-CN/developer-guide/java-format-code.md
index 95dd61df78..84e4ece1e5 100644
--- a/docs/zh-CN/developer-guide/java-format-code.md
+++ b/docs/zh-CN/developer-guide/java-format-code.md
@@ -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>
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org