On Wed, 21 May 2025 12:09:30 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Review comment fix
>
> test/jdk/java/awt/List/ListEnterExitTest.java line 113:
> 
>> 111: 
>> 112:     private class MouseEnterExitListener extends MouseAdapter {
>> 113:         public void mouseEntered(MouseEvent e) {
> 
> Suggestion:
> 
>     private class MouseEnterExitListener extends MouseAdapter {
>         @Override
>         public void mouseEntered(MouseEvent e) {

Updated

> test/jdk/java/awt/List/ListEnterExitTest.java line 118:
> 
>> 116:         }
>> 117: 
>> 118:         public void mouseExited(MouseEvent e) {
> 
> Suggestion:
> 
>         @Override
>         public void mouseExited(MouseEvent e) {

Updated

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25299#discussion_r2100143184
PR Review Comment: https://git.openjdk.org/jdk/pull/25299#discussion_r2100143048

Reply via email to