Commit 0dcf0862 authored by KingRainbow44's avatar KingRainbow44
Browse files

JavaDoc Fix

parent 2e7cd0b4
...@@ -54,7 +54,6 @@ public interface AuthenticationSystem { ...@@ -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; ...@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment