Format java code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
57a589367f
commit
786e03571b
@ -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=..."
|
||||||
|
Loading…
Reference in New Issue
Block a user