This commit is contained in:
Camotoy 2022-09-18 15:59:49 -04:00
parent d4ab388258
commit fd2c242230
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
package org.geysermc.geyser.api.network;
import org.jetbrains.annotations.NotNull;
import org.checkerframework.checker.nullness.qual.NonNull;
/**
* Represents the Java server that Geyser is connecting to.
@ -65,6 +65,6 @@ public interface RemoteServer {
*
* @return the auth type required by the remote server
*/
@NotNull
@NonNull
AuthType authType();
}