RFR: 8288471: java/awt/ScrollPane/bug8077409Test.java is unstable and fails intermittently in CI [v2]
Manukumar V S
mvs at openjdk.org
Sat Apr 5 11:52:20 UTC 2025
On Tue, 1 Apr 2025 02:42:46 GMT, Damon Nguyen <dnguyen at 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
More information about the client-libs-dev
mailing list