RFR: 8328746: Remove unused imports in demo apps
Andy Goryachev
angorya at openjdk.org
Wed Mar 27 14:54:27 UTC 2024
On Thu, 21 Mar 2024 21:50:37 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Using Eclipse IDE to remove unused imports in **demo apps** (3D, Ensemble, etc.) and update the copyright year to 2024. Using wildcard for more than 10 static imports.
>
>
> --
>
> This is a trivial change (though fairly large), 1 reviewer is probably enough.
I would highly suggest to use the current guidelines in CONTRIBUTING.md
* Don't worry too much about import order. Try not to change it but don't worry about fighting your IDE to stop it from doing so.
as not doing so generates unnecessary (in my opinion) discussion.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1420#issuecomment-2022971911
More information about the openjfx-dev
mailing list