Add deprecated annotaiton so gradle stops complaining

This commit is contained in:
RednedEpic 2022-03-19 23:24:57 -05:00
parent 3e8863ccf3
commit b26879f76c

View file

@ -33,6 +33,7 @@ import java.util.UUID;
* *
* @deprecated legacy code * @deprecated legacy code
*/ */
@Deprecated
public class AuthData { public class AuthData {
private final org.geysermc.geyser.session.auth.AuthData handle; private final org.geysermc.geyser.session.auth.AuthData handle;