On Tue, 2 May 2023 21:53:59 GMT, Alisen Chung <[email protected]> wrote:
> moving tests to open
test/jdk/java/awt/dnd/MissedDragEnterTest.java line 234:
> 232: Component comp = null;
> 233:
> 234: if(dfs != null && dfs.length >= 1) {
Suggestion:
if (dfs != null && dfs.length >= 1) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13764#discussion_r1185478691
