On Fri, 29 Aug 2025 08:45:41 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> Sergey Bylokhov has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Update FilterSemiCustomImages.java
>
> test/jdk/sun/java2d/cmm/ColorConvertOp/FilterSemiCustomImages.java line 87:
> 
>> 85:     private static void test(int fromIndex, int toIndex, int type)
>> 86:             throws Exception
>> 87:     {
> 
> Suggestion:
> 
>     private static void test(int fromIndex, int toIndex, int type)
>             throws Exception {
> 
> Java code style prefers the opening brace is on the same line instead of its 
> own line.

the java2d code uses the style that the "{" is on new line if the line was 
wrapped. That was forced by Jim, and I still follow that.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26994#discussion_r2310925346

Reply via email to