RFR: 8360122: Fix java.sql\Connection.java indentation [v2]
simon
duke at openjdk.org
Mon Jun 23 17:18:13 UTC 2025
On Mon, 23 Jun 2025 14:50:24 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> simon has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8360122: refactor code formatting to enforce 100 chars line length limit for improved readability
>
> The indentation fixes look ok.
> The reformatting of declarations seem unnecessary and create lines that are longer than desirable to be able to do side-by-side compares (100 char max).
> Generally, avoid just asking the IDE to re-format the source, it leads to unnecessary changes.
@RogerRiggs I have just commited the changes to not exceed the 100 chars limit.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25925#issuecomment-2997252128
More information about the core-libs-dev
mailing list