On Wed, 8 May 2024 19:17:05 GMT, Damon Nguyen <[email protected]> wrote:
>> Alisen Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> button1_down_mask, dispose on edt, replace system err with out, frame
>> srcpoint and dimension access on edt
>
> test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java
> line 53:
>
>> 51: * @run main MouseEventAfterStartDragTest
>> 52: */
>> 53: public final class MouseEventAfterStartDragTest implements
>> AWTEventListener {
>
> Suggestion:
>
> */
>
> public final class MouseEventAfterStartDragTest implements AWTEventListener {
i thought the standard was to have no newline between the test tags and the
class declaration?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19128#discussion_r1594526757