Open wavedeck opened 2 months ago
fixes the constructor deprecation warning of java.net.URL that first appeared in java 20 by replacing it with java.net.URI.toURL()
java.net.URL
java.net.URI.toURL()
closes #626
:white_check_mark:login: wavedeck / (df608253c65eb7928f2095f4a1647516424c44c5)The committers listed above are authorized under a signed CLA.
fixes the constructor deprecation warning of
java.net.URL
that first appeared in java 20 by replacing it withjava.net.URI.toURL()
closes #626