On Mon, 25 Mar 2024 16:48:49 GMT, Alisen Chung <ach...@openjdk.org> wrote:
>> Removing applet usage from manual JColorChooser tests > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > change font test/jdk/javax/swing/JColorChooser/Test4887836.java line 43: > 41: String instructions = """ > 42: If you do not see white area under the > \"Swatches\" tab,\n + > 43: then test passed, otherwise it failed."""; Please fix line-lengths and the "+" operator is not required since String blocks are used. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18316#discussion_r1538450325