mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 18:57:30 +03:00
удаление автосгенерированного /* */
This commit is contained in:
parent
f5f85a861a
commit
b7938d6bd6
1 changed files with 0 additions and 11 deletions
|
@ -1,7 +1,5 @@
|
||||||
package ru.gravit.launchserver.auth.handler;
|
package ru.gravit.launchserver.auth.handler;
|
||||||
|
|
||||||
import ru.gravit.launchserver.auth.provider.AuthProviderResult;
|
|
||||||
import ru.gravit.utils.helper.IOHelper;
|
|
||||||
import ru.gravit.utils.helper.LogHelper;
|
import ru.gravit.utils.helper.LogHelper;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
|
@ -15,10 +13,6 @@
|
||||||
|
|
||||||
import static java.lang.String.format;
|
import static java.lang.String.format;
|
||||||
|
|
||||||
/*
|
|
||||||
* author sasha0552
|
|
||||||
*/
|
|
||||||
|
|
||||||
public final class RequestAuthHandler extends AuthHandler {
|
public final class RequestAuthHandler extends AuthHandler {
|
||||||
// Из конфига строки
|
// Из конфига строки
|
||||||
private String url;
|
private String url;
|
||||||
|
@ -38,11 +32,6 @@ public void init() {
|
||||||
pattern = Pattern.compile(response);
|
pattern = Pattern.compile(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public UUID auth(AuthProviderResult authResult) throws IOException {
|
|
||||||
//TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public UUID checkServer(String username, String serverID) throws IOException {
|
public UUID checkServer(String username, String serverID) throws IOException {
|
||||||
//TODO
|
//TODO
|
||||||
|
|
Loading…
Reference in a new issue