mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +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;
|
||||
|
||||
import ru.gravit.launchserver.auth.provider.AuthProviderResult;
|
||||
import ru.gravit.utils.helper.IOHelper;
|
||||
import ru.gravit.utils.helper.LogHelper;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
|
@ -15,10 +13,6 @@
|
|||
|
||||
import static java.lang.String.format;
|
||||
|
||||
/*
|
||||
* author sasha0552
|
||||
*/
|
||||
|
||||
public final class RequestAuthHandler extends AuthHandler {
|
||||
// Из конфига строки
|
||||
private String url;
|
||||
|
@ -38,11 +32,6 @@ public void init() {
|
|||
pattern = Pattern.compile(response);
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID auth(AuthProviderResult authResult) throws IOException {
|
||||
//TODO
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID checkServer(String username, String serverID) throws IOException {
|
||||
//TODO
|
||||
|
|
Loading…
Reference in a new issue