Skip to content

Commit e2626db

Browse files
committed
8340899: Remove wildcard bound in PositionWindows.positionTestWindows
Reviewed-by: azvegint, prr
1 parent 10da2c2 commit e2626db

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

0 commit comments

Comments
 (0)