RFR: 8299430: Cleanup: delete unnecessary semicolons in java.desktop module
Sergey Bylokhov
serb at openjdk.org
Thu Jan 5 03:57:49 UTC 2023
On Tue, 3 Jan 2023 11:30:14 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> I see that this PR touches only java files. A few native files have these type of typos as well. I think, it is worth cleaning them as well.
"A few" is too optimistic, we have thousand empty statements caused by the semicolons. Most of them caused by using macro, I did not touch that for now and changed only the obvious issues.
-------------
PR: https://git.openjdk.org/jdk/pull/11807
More information about the client-libs-dev
mailing list