mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue