On Wed, 8 May 2024 19:23:43 GMT, Alisen Chung <[email protected]> wrote:

>> 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?

I'm not aware of this. I've normally seen newlines after the test tags, and I 
use it in my tests without any comments. Not critical either way I suppose. 
Maybe others know more precisely? @TejeshR13 @kumarabhi006 maybe?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19128#discussion_r1594707223

Reply via email to