On Tue, 2 May 2023 20:57:28 GMT, Alisen Chung <[email protected]> wrote:
>> Adding some DnD tests
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> added space after if, moved some function calls on EDT
test/jdk/java/awt/dnd/DropPerformanceTest.java line 237:
> 235: Object ret = null;
> 236: ByteArrayOutputStream baos = new ByteArrayOutputStream();
> 237: ObjectOutputStream oos = new ObjectOutputStream(baos);
Suggestion:
ObjectOutputStream oos = new ObjectOutputStream(baos);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13756#discussion_r1185480708