On Wed, 15 Nov 2023 19:11:40 GMT, Damon Nguyen <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review fix
>
> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTableUI.java line
> 603:
>
>> 601: }
>> 602: } else {
>> 603: for(int row = rMin; row <= rMax; row++) {
>
> Suggestion:
>
> for (int row = rMin; row <= rMax; row++) {
it's just a spacing thing, but should these be left alone since they weren't
changed with the fix?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16374#discussion_r1396208966