On Mon, 28 Apr 2025 04:44:33 GMT, Rajat Mahajan <rmaha...@openjdk.org> wrote:
>> Details: >> Refactored code as requested in the Bug description. >> >> Tested and verified the test passes. > > Rajat Mahajan has updated the pull request incrementally with one additional > commit since the last revision: > > code review suggestions Remove the unused import. Otherwise, looks good to me. test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java line 39: > 37: import javax.swing.BorderFactory; > 38: import javax.swing.Box; > 39: import javax.swing.BoxLayout; Now, `BoxLayout` is unused. ------------- Marked as reviewed by aivanov (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/24384#pullrequestreview-2799542238 PR Review Comment: https://git.openjdk.org/jdk/pull/24384#discussion_r2063803027