mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-16 21:13:05 +03:00
исправление ошибки в ошибке
This commit is contained in:
parent
71cf43ca12
commit
f26f07aef5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public final class RequestAuthHandler extends AuthHandler {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
if (url == null) LogHelper.error("[Verify][AuthHandler] urlGetAll cannot be null");
|
if (url == null) LogHelper.error("[Verify][AuthHandler] url cannot be null");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue