On Mon, 26 Sep 2022 21:08:45 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review comment fix > > src/java.desktop/share/classes/sun/swing/FilePane.java line 1127: > >> 1125: JFileChooser chooser; >> 1126: DateFormat df; >> 1127: final static double baseFileSize = 1000.0; > > let's use blessed modifiers order: `static final` Thanks for catching it, I missed it. ------------- PR: https://git.openjdk.org/jdk/pull/9327