On Fri, 17 Sep 2021 13:15:44 GMT, Alexey Ivanov <[email protected]> wrote:
>> lawrence.andrews has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Simplified test UI
>
> test/jdk/java/awt/Graphics/LCDTextAndGraphicsState.java line 120:
>
>> 118:
>> 119: Button failButton = new Button("Fail");
>> 120: failButton.addActionListener(e -> {
>
> For the sake of consistency, either declare the parameter type in both cases
> or not at all.
Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/5503