On Tue, 26 Jul 2022 19:14:52 GMT, Andrey Turbanov <[email protected]> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> declare variable for 1000.0 and method formatToDoubleValue moved inside
>> class
>
> src/java.desktop/share/classes/sun/swing/FilePane.java line 1195:
>
>> 1193: } else if (value instanceof Long len) {
>> 1194: if (listViewWindowsStyle) {
>> 1195: if(len == 0) {
>
> let's add space after `if`
space added.
-------------
PR: https://git.openjdk.org/jdk/pull/9327