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 0881378 commit 51aec1aCopy full SHA for 51aec1a
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
@@ -587,7 +587,7 @@ public interface PositionWindows {
587
* @param testWindows the list of test windows
588
* @param instructionUI information about the instruction frame
589
*/
590
- void positionTestWindows(List<? extends Window> testWindows,
+ void positionTestWindows(List<Window> testWindows,
591
InstructionUI instructionUI);
592
}
593
0 commit comments