Repository: flink-web
Updated Branches:
  refs/heads/asf-site 3a25b3ccc -> ba1081a85


[hotfix] [contributing-code] Add org.apache.flink.shaded.* to import order 
section

This closes #89.


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/8d40c838
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/8d40c838
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/8d40c838

Branch: refs/heads/asf-site
Commit: 8d40c8383434e47b40b36b9bbd7c454e5834a6fb
Parents: 3a25b3c
Author: gyao <[email protected]>
Authored: Fri Oct 27 15:39:17 2017 +0200
Committer: Till Rohrmann <[email protected]>
Committed: Sun Oct 29 15:11:37 2017 +0100

----------------------------------------------------------------------
 content/contribute-code.html | 1 +
 contribute-code.md           | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/8d40c838/content/contribute-code.html
----------------------------------------------------------------------
diff --git a/content/contribute-code.html b/content/contribute-code.html
index 7421ebd..584440d 100644
--- a/content/contribute-code.html
+++ b/content/contribute-code.html
@@ -332,6 +332,7 @@
   <li><strong>Import order.</strong> Imports must be ordered alphabetically, 
grouped into the following blocks, with each block separated by an empty line:
     <ul>
       <li>&lt;imports from org.apache.flink.*&gt;</li>
+      <li>&lt;imports from org.apache.flink.shaded.*&gt;</li>
       <li>&lt;imports from other libraries&gt;</li>
       <li>&lt;imports from javax.*&gt;</li>
       <li>&lt;imports from java.*&gt;</li>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/8d40c838/contribute-code.md
----------------------------------------------------------------------
diff --git a/contribute-code.md b/contribute-code.md
index bef6c1d..ecac1c2 100755
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -147,6 +147,7 @@ It is also possible to attach a patch to a 
[JIRA]({{site.FLINK_ISSUES_URL}}) iss
 - **No wildcard imports.** They can cause problems when adding to the code and 
in some cases even during refactoring.
 - **Import order.** Imports must be ordered alphabetically, grouped into the 
following blocks, with each block separated by an empty line:
        - &lt;imports from org.apache.flink.*&gt;
+       - &lt;imports from org.apache.flink.shaded.*&gt;
        - &lt;imports from other libraries&gt;
        - &lt;imports from javax.*&gt;
        - &lt;imports from java.*&gt;

Reply via email to