8340899: Remove wildcard bound in PositionWindows.positionTestWindows

Reviewed-by: azvegint, prr
This commit is contained in:
Alexey Ivanov 2024-09-26 11:34:30 +00:00
parent 10da2c21a1
commit e2626db2f0

View File

@ -587,7 +587,7 @@ public final class PassFailJFrame {
* @param testWindows the list of test windows
* @param instructionUI information about the instruction frame
*/
void positionTestWindows(List<? extends Window> testWindows,
void positionTestWindows(List<Window> testWindows,
InstructionUI instructionUI);
}