On Thu, 16 Nov 2023 19:09:34 GMT, Alisen Chung <ach...@openjdk.org> wrote:
>> 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? Yeah, not sure whether update this or not. Anyhow will update for uniformity. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16374#discussion_r1398667800