Skip to content

Commit 5bf6c2c

Browse files
author
duke
committed
Backport e2626db
1 parent 83aab07 commit 5bf6c2c

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
@@ -589,7 +589,7 @@ public interface PositionWindows {
589589
* @param testWindows the list of test windows
590590
* @param instructionUI information about the instruction frame
591591
*/
592-
void positionTestWindows(List<? extends Window> testWindows,
592+
void positionTestWindows(List<Window> testWindows,
593593
InstructionUI instructionUI);
594594
}
595595

0 commit comments

Comments
 (0)