On Thu, 31 Aug 2023 16:07:03 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> test/jdk/javax/swing/JTableHeader/SerializeJTableHeader.java line 47:
>> 
>>> 45:                 ByteArrayOutputStream baos = new 
>>> ByteArrayOutputStream();
>>> 46:                 ObjectOutputStream oos = new ObjectOutputStream(baos);
>>> 47:                 //System.out.println(jth.getUI());
>> 
>> This line can be removed
>
> No I wanted that to find out the UI class in case there is problem, so no 
> harm in having it there, I presume..

Sure, thanks

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15507#discussion_r1311880648

Reply via email to