Author: tpalsulich
Date: Thu Nov 20 20:19:03 2014
New Revision: 1640802

URL: http://svn.apache.org/r1640802
Log:
Update contribution guide to mention import ordering.

Modified:
    tika/site/src/site/apt/contribute.apt

Modified: tika/site/src/site/apt/contribute.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/contribute.apt?rev=1640802&r1=1640801&r2=1640802&view=diff
==============================================================================
--- tika/site/src/site/apt/contribute.apt (original)
+++ tika/site/src/site/apt/contribute.apt Thu Nov 20 20:19:03 2014
@@ -128,7 +128,8 @@ Code Formatting
    existing code does!
 
    Imports should normally be explicit, wildcard (foo.*) imports should
-   not normally be used.
+   not normally be used. The imports should be ordered by javax, then
+   java, then other.
 
    From time to time, you may find that code you are working on doesn't
    follow these rules. If you find that, please don't submit a single


Reply via email to