RFR: 8339883: Open source several AWT/2D related tests [v3]
Harshitha Onkar
honkar at openjdk.org
Thu Sep 12 22:57:05 UTC 2024
On Thu, 12 Sep 2024 22:46:51 GMT, Phil Race <prr at openjdk.org> wrote:
>> This open sources a few AWT/2D regression tests.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8339883
LGTM other than the unused import in Position.java
test/jdk/java/awt/GraphicsConfiguration/Position.java line 37:
> 35: */
> 36:
> 37: import java.awt.Graphics;
Unused import can be removed.
-------------
Marked as reviewed by honkar (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20977#pullrequestreview-2301551955
PR Review Comment: https://git.openjdk.org/jdk/pull/20977#discussion_r1757684753
More information about the client-libs-dev
mailing list