On Wed, 25 Sep 2024 11:31:38 GMT, Alexey Ivanov <[email protected]> wrote:
> Removes the wildcard bound from > `PassFailJFrame.PositionWindows.positionTestWindows` so that implementing the > interface is simpler as one don't have to remember to declare the > `testWindows` parameter as `List<? extends Window>` — just use `List<Window>`. > > It is a backwards compatible change, all the tests which use `List<? extends > Window>` continue to compile successfully. Marked as reviewed by prr (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/21181#pullrequestreview-2329522271
