On Fri, 11 Sep 2026 20:48:19 GMT, Alexey Ivanov <[email protected]> wrote:

>> Matthias Baesken has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   WindowsLookAndFeel.isOnVista remove more calls
>
> src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsTableHeaderUI.java
>  line 200:
> 
>> 198:             SortOrder sortOrder = getColumnSortOrder(header.getTable(), 
>> column);
>> 199:             if (sortOrder != null) {
>> 200:                  switch(sortOrder) {
> 
> Suggestion:
> 
>                  switch (sortOrder) {
> 
> For consistency with the inner `switch`?

Yes sure I added it.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/32419#discussion_r4013360420

Reply via email to