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 da87df7 commit 698e1d8Copy full SHA for 698e1d8
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
@@ -552,7 +552,7 @@ public interface PositionWindows {
552
* @param testWindows the list of test windows
553
* @param instructionUI information about the instruction frame
554
*/
555
- void positionTestWindows(List<? extends Window> testWindows,
+ void positionTestWindows(List<Window> testWindows,
556
InstructionUI instructionUI);
557
}
558
0 commit comments