mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-26 15:42:53 +08: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.
|
* A data container that holds relevant data for authenticating a client.
|
||||||
* Call {@link AuthenticationRequest#builder()} to create a builder.
|
|
||||||
*/
|
*/
|
||||||
@Builder @AllArgsConstructor @Getter
|
@Builder @AllArgsConstructor @Getter
|
||||||
class AuthenticationRequest {
|
class AuthenticationRequest {
|
||||||
|
@ -15,7 +15,7 @@ import static emu.grasscutter.utils.Language.translate;
|
|||||||
public final class DefaultAuthenticators {
|
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> {
|
public static class PasswordAuthenticator implements Authenticator<LoginResultJson> {
|
||||||
@Override public LoginResultJson authenticate(AuthenticationRequest request) {
|
@Override public LoginResultJson authenticate(AuthenticationRequest request) {
|
||||||
|
Loading…
Reference in New Issue
Block a user