google / google-java-format

Reformats Java source code to comply with Google Java Style.
Other
5.49k stars 848 forks source link

Fix modifier order handling for `non-sealed` #1107

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Fix modifier order handling for non-sealed

non-sealed is tokenized as three tokens, the modifier sorting logic was assuming it would show up as a single token.