On Mon, 10 Oct 2022 17:23:16 GMT, Alexey Ivanov <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updated based on review comments
>
> test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 82:
>
>> 80: passFailJFrame = new PassFailJFrame("Test Instructions",
>> INSTRUCTIONS, 5L, 13, 40);
>> 81: jfc = new JFileChooser();
>> 82: String userHome = System.getProperty("user.home");
>
> I prefer a blank line here to logically separate dealing with paths from
> creating the components. But it's a nit.
Updated.
-------------
PR: https://git.openjdk.org/jdk/pull/10485