On Wed, 16 Apr 2025 17:07:09 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Gopal Pattnaik has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Addressed Review comments > > tests/system/src/test/java/test/robot/javafx/scene/MouseLocationOnScreenTest.java > line 122: > >> 120: */ >> 121: static void validate(Robot robot, int x, int y) { >> 122: Boolean equalValue = false; > > There is no need to box the primitive in a `Boolean` object here: > > `Boolean` --> `boolean` `eagle-eye.png`! ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1772#discussion_r2047694155