On Mon, 9 Mar 2026 20:14:24 GMT, Alexey Ivanov <[email protected]> wrote:

>> That is the only method that splits the list of arguments.
>
> Even in that case, the brace follows the closing parenthesis after parameter 
> declaration.
> 
> See 
> https://www.oracle.com/java/technologies/javase/codeconventions-indentation.html#248
> 
> 
> //CONVENTIONAL INDENTATION
> someMethod(int anArg, Object anotherArg, String yetAnotherArg,
>            Object andStillAnother) {
>     ...
> }

No, we already discussed it 
[here](https://github.com/openjdk/jdk/pull/26994/changes#r2310925346).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29886#discussion_r2907735303

Reply via email to