Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 4e422da

Browse files
committed
8340899: Remove wildcard bound in PositionWindows.positionTestWindows
Backport-of: e2626db
1 parent 6cd7c13 commit 4e422da

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)