Skip to content
Snippets Groups Projects
Commit 51aec1a7 authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8340899: Remove wildcard bound in PositionWindows.positionTestWindows

Backport-of: e2626db2f00d0cc9f3ff8ea374a1ccc89373e398
parent 0881378f
No related branches found
No related tags found
No related merge requests found
...@@ -587,7 +587,7 @@ public final class PassFailJFrame { ...@@ -587,7 +587,7 @@ public final class PassFailJFrame {
* @param testWindows the list of test windows * @param testWindows the list of test windows
* @param instructionUI information about the instruction frame * @param instructionUI information about the instruction frame
*/ */
void positionTestWindows(List<? extends Window> testWindows, void positionTestWindows(List<Window> testWindows,
InstructionUI instructionUI); InstructionUI instructionUI);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment