chore: Update a few deprecations (#3913)

This commit is contained in:
Alexander Brandes
2023-01-13 17:48:13 +01:00
committed by GitHub
parent e887a59158
commit 1d201b04ba
2 changed files with 2 additions and 6 deletions

View File

@ -30,8 +30,9 @@ import org.checkerframework.checker.nullness.qual.Nullable;
*
* @deprecated Deprecated and scheduled for removal without replacement
* in favor of the build in setup wizard.
* However, this class will be kept around for a while, given it's not a maintenance burden.
*/
@Deprecated(forRemoval = true, since = "6.0.0")
@Deprecated
@Singleton
public class MultiverseWorldManager extends BukkitWorldManager {