On Fri, 11 Apr 2025 04:11:48 GMT, Sergey Bylokhov <[email protected]> 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 130:
>
>> 128: robot.delay(300);
>> 129: if (y != obj.pane.getComponent(0).getLocation().y) {
>> 130: throw new RuntimeException("Wrong position of component in
>> ScrollPane");
>
> Looks like the code uses a non-standard two-space indentation.
Changed the code indentation
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24292#discussion_r2038823377