Skip to content

Commit 698e1d8

Browse files
author
duke
committed
Backport e2626db2f00d0cc9f3ff8ea374a1ccc89373e398
1 parent da87df7 commit 698e1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/awt/regtesthelpers/PassFailJFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public interface PositionWindows {
552552
* @param testWindows the list of test windows
553553
* @param instructionUI information about the instruction frame
554554
*/
555-
void positionTestWindows(List<? extends Window> testWindows,
555+
void positionTestWindows(List<Window> testWindows,
556556
InstructionUI instructionUI);
557557
}
558558

0 commit comments

Comments
 (0)