Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C-style array declarations (e.g. `Foo foos[]`) is discouraged by the JLS. Java style (e.g., `Foo[] foos`) should be preferred.
- Loading branch information