Skip to content

Commit d506e23

Browse files
committed
8340899: Remove wildcard bound in PositionWindows.positionTestWindows
Backport-of: e2626db2f00d0cc9f3ff8ea374a1ccc89373e398
1 parent 17179fd commit d506e23

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)