On Wed, 10 May 2023 18:47:16 GMT, Carl Döbbelin <d...@openjdk.org> wrote:
> Replaced querying of `System.getProperty("os.name")` to check for OS with the > use of the methods provided by `PlatformUtils` This pull request has now been integrated. Changeset: 70953643 Author: Carl Döbbelin <carl.car...@gmail.com> Committer: Marius Hanl <mh...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/70953643a9dc05c76924fc4c602ee39038d71295 Stats: 45 lines in 8 files changed: 10 ins; 13 del; 22 mod 8307807: Replace use of System.getProperty("os.name") with PlatformUtil calls Reviewed-by: lkostyra, angorya, mhanl ------------- PR: https://git.openjdk.org/jfx/pull/1132