JavaDoc Fix

This commit is contained in:
KingRainbow44
2022-05-14 12:13:41 -04:00
parent 2e7cd0b46f
commit 0dcf0862f8
2 changed files with 1 additions and 2 deletions

View File

@@ -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 {