On Thu, 18 Jan 2024 20:51:05 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Jay Bhaskar has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove unused variable and imports > > modules/javafx.web/src/test/java/test/javafx/scene/web/PathContructorTest.java > line 33: > >> 31: import java.awt.image.BufferedImage; >> 32: import java.util.Base64; >> 33: import javafx.scene.web.WebEngineShim; > > All of these imports are unused and can be removed. done > modules/javafx.web/src/test/java/test/javafx/scene/web/PathContructorTest.java > line 36: > >> 34: >> 35: >> 36: import org.junit.After; > > Unused import. done ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1339#discussion_r1458162283 PR Review Comment: https://git.openjdk.org/jfx/pull/1339#discussion_r1458162444