Only use DatatypeConverter as a fallback
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user