You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2016/06/27 03:37:28 UTC

kylin git commit: update dev env

Repository: kylin
Updated Branches:
  refs/heads/document 6a572109c -> f9d9037f7


update dev env


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/f9d9037f
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f9d9037f
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f9d9037f

Branch: refs/heads/document
Commit: f9d9037f7f6169a063d3429b288aa8df4f2ec4b4
Parents: 6a57210
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Jun 27 11:37:22 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Mon Jun 27 11:37:22 2016 +0800

----------------------------------------------------------------------
 website/_dev/dev_env.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f9d9037f/website/_dev/dev_env.md
----------------------------------------------------------------------
diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md
index d6431e4..2fbf36e 100644
--- a/website/_dev/dev_env.md
+++ b/website/_dev/dev_env.md
@@ -126,4 +126,8 @@ For intellij IDEA users, you have to do a few more steps:
 
 	![Kylin_Intellj_Code_Style](/images/develop/kylin-intellij-code-style.png)
 
+3. Disable intellij IDEA's "Optimize imports on the fly"
+
+	![Disable_Optimize_On_The_Fly](/images/develop/disable_import_on_the_fly.png)
+
 3. Format the code before committing the code.