From 51aec1a710058aaef0d400a0527c06d954fde51a Mon Sep 17 00:00:00 2001 From: Goetz Lindenmaier <goetz@openjdk.org> Date: Thu, 31 Oct 2024 09:53:50 +0000 Subject: [PATCH] 8340899: Remove wildcard bound in PositionWindows.positionTestWindows Backport-of: e2626db2f00d0cc9f3ff8ea374a1ccc89373e398 --- test/jdk/java/awt/regtesthelpers/PassFailJFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java b/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java index 3a142c716b1..a6c11ad5f5d 100644 --- a/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java +++ b/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java @@ -587,7 +587,7 @@ public final class PassFailJFrame { * @param testWindows the list of test windows * @param instructionUI information about the instruction frame */ - void positionTestWindows(List<? extends Window> testWindows, + void positionTestWindows(List<Window> testWindows, InstructionUI instructionUI); } -- GitLab