mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
8ac2673791
Most cases of C-style array declarations have been switched. The Google Java Format, that which we adhere to, disallows C-style array declarations: https://google.github.io/styleguide/javaguide.html#s4.8.3-arrays Some cases (esp. Snowball) can't be updated.