RFR: 8340494: Open some dialog awt tests 4 [v3]
Alisen Chung
achung at openjdk.org
Thu Oct 17 15:20:13 UTC 2024
On Tue, 15 Oct 2024 21:10:53 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
>> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>>
>> dispose frames
>
> test/jdk/java/awt/Container/MouseEnteredTest.java line 91:
>
>> 89: EventQueue.invokeAndWait(() -> {
>> 90: test = new MouseEnteredTest();
>> 91: });
>
> Suggestion:
>
> EventQueue.invokeAndWait(() -> test = new MouseEnteredTest());
>
> Lambda
this is just removing the brackets, will leave as is
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21479#discussion_r1804980390
More information about the client-libs-dev
mailing list