We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aab07 commit 5bf6c2cCopy full SHA for 5bf6c2c
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
@@ -589,7 +589,7 @@ public interface PositionWindows {
589
* @param testWindows the list of test windows
590
* @param instructionUI information about the instruction frame
591
*/
592
- void positionTestWindows(List<? extends Window> testWindows,
+ void positionTestWindows(List<Window> testWindows,
593
InstructionUI instructionUI);
594
}
595
0 commit comments