commit | dbf5c4e1c9e57fa6e5cc96ee9f442da8aa391a5d | [log] [tgz] |
---|---|---|
author | Jack He <siyuanh@google.com> | Tue Oct 10 11:34:03 2017 -0700 |
committer | Jack He <siyuanh@google.com> | Wed Oct 11 18:04:43 2017 -0700 |
tree | 14b3ad5657c0e38f9b84225e6d8730d122a4f8fc | |
parent | 225b6a286d8b96338b2d8616f2a18a0bc284a89b [diff] |
[Script] Sort modifiers according to JLS * Correct order is: 1. public 2. protected 3. private 4. abstract 5. default 6. static 7. final 8. transient 9. volatile 10. synchronized 11. native 12. strictfp * This is achieve through running automatic code cleanup in Intellij using "Missorted modifiers" inspection Bug: 63597465 Test: make checkbuild, no manual changes, no functional changes Change-Id: Id9c8a3c6bf1195b43d986c4324da94ca8c44367f