Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
0dcf0862
Commit
0dcf0862
authored
May 14, 2022
by
KingRainbow44
Browse files
JavaDoc Fix
parent
2e7cd0b4
Changes
2
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/auth/AuthenticationSystem.java
View file @
0dcf0862
...
@@ -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
{
...
...
src/main/java/emu/grasscutter/auth/DefaultAuthenticators.java
View file @
0dcf0862
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment