And yet another pass at cleaning up ordering.

To meet the spirit of the style guide, this places "com.android" near
"android" to separate it from other "com" items.

It also enforces identical ordering on all static imports.

Change-Id: I51e9847a42505db5cec8b9083d1dbc840a47c2c3
This commit is contained in:
Jeff Sharkey
2015-12-18 12:23:23 -07:00
committed by Jeff Sharkey
parent cc31a92c11
commit 221249dc6e

View File

@@ -1,12 +1,22 @@
#Organize Import Order 21=javax
#Fri Dec 18 10:39:41 MST 2015 20=java
9=javax 19=org
8=java 18=net
7=org 17=junit
6=net 16=gov
5=junit 15=com
4=gov 14=libcore
3=com 13=dalvik
2=libcore 12=com.android
1=dalvik 11=android
0=android 10=\#javax
9=\#java
8=\#org
7=\#net
6=\#junit
5=\#gov
4=\#com
3=\#libcore
2=\#dalvik
1=\#com.android
0=\#android