Format java code

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-01-03 22:50:55 +02:00
parent 57a589367f
commit 786e03571b
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -35,14 +35,14 @@
package org.prismlauncher.legacy.fix.online; package org.prismlauncher.legacy.fix.online;
import org.prismlauncher.legacy.utils.url.UrlUtils;
import java.io.IOException; import java.io.IOException;
import java.net.MalformedURLException; import java.net.MalformedURLException;
import java.net.Proxy; import java.net.Proxy;
import java.net.URL; import java.net.URL;
import java.net.URLConnection; import java.net.URLConnection;
import org.prismlauncher.legacy.utils.url.UrlUtils;
public final class OnlineModeFix { public final class OnlineModeFix {
public static URLConnection openConnection(URL address, Proxy proxy) throws IOException { public static URLConnection openConnection(URL address, Proxy proxy) throws IOException {
// we start with "http://www.minecraft.net/game/joinserver.jsp?user=..." // we start with "http://www.minecraft.net/game/joinserver.jsp?user=..."