mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 11:03:38 +00:00
JavaDoc Fix
This commit is contained in:
parent
2e7cd0b46f
commit
0dcf0862f8
@ -54,7 +54,6 @@ public interface AuthenticationSystem {
|
||||
|
||||
/**
|
||||
* A data container that holds relevant data for authenticating a client.
|
||||
* Call {@link AuthenticationRequest#builder()} to create a builder.
|
||||
*/
|
||||
@Builder @AllArgsConstructor @Getter
|
||||
class AuthenticationRequest {
|
||||
|
@ -15,7 +15,7 @@ import static emu.grasscutter.utils.Language.translate;
|
||||
public final class DefaultAuthenticators {
|
||||
|
||||
/**
|
||||
* Handles the authentication request from the username & password form.
|
||||
* Handles the authentication request from the username and password form.
|
||||
*/
|
||||
public static class PasswordAuthenticator implements Authenticator<LoginResultJson> {
|
||||
@Override public LoginResultJson authenticate(AuthenticationRequest request) {
|
||||
|
Loading…
Reference in New Issue
Block a user