On Thu, 22 Jun 2023 21:17:53 GMT, Sergey Bylokhov <[email protected]> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Formatting
>
> test/jdk/javax/swing/JTable/JLayerTableTest.java line 57:
> 
>> 55:             @Override public int getRowCount() {return 100;}
>> 56:             @Override public int getColumnCount() {return 3;}
>> 57:             @Override public Object getValueAt(int row, int column) 
>> {return "(" + row + "," + column + ")";}
> 
> Please split the long lines to have 80 chars.

done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14614#discussion_r1239274682

Reply via email to