On Mon, 8 Sep 2025 11:45:39 GMT, Alexey Ivanov <[email protected]> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Update with final var and loop increment
>
> test/jdk/java/awt/List/MouseDraggedOriginatedByScrollBarTest.java line 85:
> 
>> 83:                 @Override
>> 84:                 public void mouseDragged(MouseEvent me){
>> 85:                     System.out.println(me.toString());
> 
> Suggestion:
> 
>                     System.out.println(me);
> 
> `.toString()` is redundant for `println`.

Updated all suggestions. Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26636#discussion_r2334988920

Reply via email to