исправление ошибки в ошибке

This commit is contained in:
sasha0552 2019-04-07 22:51:35 +06:00
parent 71cf43ca12
commit f26f07aef5

View file

@ -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