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:
committed by
Jeff Sharkey
parent
cc31a92c11
commit
221249dc6e
@@ -1,12 +1,22 @@
|
||||
#Organize Import Order
|
||||
#Fri Dec 18 10:39:41 MST 2015
|
||||
9=javax
|
||||
8=java
|
||||
7=org
|
||||
6=net
|
||||
5=junit
|
||||
4=gov
|
||||
3=com
|
||||
2=libcore
|
||||
1=dalvik
|
||||
0=android
|
||||
21=javax
|
||||
20=java
|
||||
19=org
|
||||
18=net
|
||||
17=junit
|
||||
16=gov
|
||||
15=com
|
||||
14=libcore
|
||||
13=dalvik
|
||||
12=com.android
|
||||
11=android
|
||||
10=\#javax
|
||||
9=\#java
|
||||
8=\#org
|
||||
7=\#net
|
||||
6=\#junit
|
||||
5=\#gov
|
||||
4=\#com
|
||||
3=\#libcore
|
||||
2=\#dalvik
|
||||
1=\#com.android
|
||||
0=\#android
|
||||
|
||||
Reference in New Issue
Block a user