On Tue, 1 Apr 2025 02:42:46 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
>> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comments fixed : Formatting changes > > test/jdk/java/awt/ScrollPane/bug8077409Test.java line 102: > >> 100: } else if (keyEvent.getKeyCode() == KeyEvent.VK_2) { >> 101: obj.repaint(); >> 102: } else if (keyEvent.getKeyCode() == KeyEvent.VK_DOWN) { > > These look like non-standard indents/spacing as well. Typically 4 spaces are > used. Done ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24292#discussion_r2029850069