Only use DatatypeConverter as a fallback

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2022-11-12 14:48:42 +00:00
parent 8a81aaaa0a
commit 7534eaf006
6 changed files with 67 additions and 24 deletions

View File

@@ -50,7 +50,7 @@ import org.prismlauncher.utils.logging.Log;
* A utility class for URLs which uses reflection to access hidden methods.
* Unfortunately not supported on newer Java versions.
*/
public class UrlUtils {
public final class UrlUtils {
private static URLStreamHandler http;
private static MethodHandle openConnection;