File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -118,18 +118,15 @@ The provided formatter will group class members in this order:
118
118
1 . ` static ` ` final ` fields
119
119
2 . ` static ` fields
120
120
3 . ` static ` initializer
121
- 4 . ` final ` fields
122
- 5 . fields
123
- 6 . class initializer (avoid using it)
124
- 7 . Constructor
125
- 8 . ` static ` methods
126
- 9 . ` static ` getter and setters
127
- 10 . methods
128
- 11 . getter and setters
129
- 12 . enums
130
- 13 . interfaces
131
- 14 . ` static ` classes
132
- 15 . classes
121
+ 4 . other fields
122
+ 5 . class initializer (avoid using it)
123
+ 6 . Constructor
124
+ 7 . methods
125
+ 8 . getter and setters
126
+ 9 . enums
127
+ 10 . interfaces
128
+ 11 . ` static ` classes
129
+ 12 . classes
133
130
5 . Each section of members are sorted by visibility:
134
131
1 . ´public´
135
132
2 . package private
You can’t perform that action at this time.
0 commit comments