On Mon, 20 Jan 2025 18:54:01 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> jtreg library tag added > > test/jdk/javax/swing/JColorChooser/Test8152419.java line 30: > >> 28: * @summary To Verify JColorChooser tab selection >> 29: * @run main/manual Test8152419 >> 30: */ > > Suggestion: > > /* > * @test > * @bug 8152419 > * @library /test/lib > * @summary To Verify JColorChooser tab selection > * @run main/manual Test8152419 > */ > > The formatting of the jtreg tags looks weird. > > Usually, the opening `/*` starts in the first column, and the following `*` > are aligned to the first one. I saw that and then forget to change. Updated now. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23128#discussion_r1923042388