mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
oops
This commit is contained in:
parent
d4ab388258
commit
fd2c242230
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
package org.geysermc.geyser.api.network;
|
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.
|
* 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
|
* @return the auth type required by the remote server
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@NonNull
|
||||||
AuthType authType();
|
AuthType authType();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue