[ANY] Опять RequestAuthHandler ошибки в грамматике.

This commit is contained in:
Zaxar163 2019-04-12 22:03:08 +03:00 committed by GitHub
parent f3d19bebb3
commit e033739ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ protected Entry fetchEntry(String username) throws IOException {
LogHelper.debug("[AuthHandler] Got username: " + username);
LogHelper.debug("[AuthHandler] Got accessToken: " + accessToken);
LogHelper.debug("[AuthHandler] Got serverID: " + serverID);
LogHelper.debug("[AuthHandler] GetGotted UUID: " + uuid);
LogHelper.debug("[AuthHandler] Got UUID: " + uuid);
}
return new Entry(uuid, username, accessToken, serverID);
}