chore: Use correct since annoation dates

This commit is contained in:
Alexander Brandes
2022-05-18 21:50:20 +02:00
parent 3c4695bb73
commit 3a65c64977
5 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@ public interface World extends Extent, Keyed, IChunkCache<IChunkGet> {
* Get the name of the world. If the world referenced has been unloaded, this will still return the name.
*
* @return a name for the world
* @since 2.3.0
* @since 2.2.0
*/
String getNameUnsafe();
//FAWE end